TeamFoundationTableValueParameter<T>.SetNullableGuid Method
Sets the value of a specific column to the specified GUID. If the value of the GUID is Guid.Empty, the function will bind null.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub SetNullableGuid ( _
record As SqlDataRecord, _
ordinal As Integer, _
value As Guid _
)
public void SetNullableGuid(
SqlDataRecord record,
int ordinal,
Guid value
)
public:
void SetNullableGuid(
SqlDataRecord^ record,
int ordinal,
Guid value
)
member SetNullableGuid :
record:SqlDataRecord *
ordinal:int *
value:Guid -> unit
public function SetNullableGuid(
record : SqlDataRecord,
ordinal : int,
value : Guid
)
Parameters
- record
Type: Microsoft.SqlServer.Server.SqlDataRecord
- ordinal
Type: System.Int32
- value
Type: System.Guid
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.