TeamFoundationTableValueParameter<T>.SetNullableString Method

Sets the value of a specific column to the specified string. If the value of the string is null, 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 SetNullableString ( _
    record As SqlDataRecord, _
    ordinal As Integer, _
    value As String _
)
public void SetNullableString(
    SqlDataRecord record,
    int ordinal,
    string value
)
public:
void SetNullableString(
    SqlDataRecord^ record, 
    int ordinal, 
    String^ value
)
member SetNullableString : 
        record:SqlDataRecord * 
        ordinal:int * 
        value:string -> unit
public function SetNullableString(
    record : SqlDataRecord, 
    ordinal : int, 
    value : String
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationTableValueParameter<T> Class

Microsoft.TeamFoundation.Framework.Server Namespace