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

.NET Framework Security

See Also

Reference

TeamFoundationTableValueParameter<T> Class

Microsoft.TeamFoundation.Framework.Server Namespace