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
- record
Type: Microsoft.SqlServer.Server.SqlDataRecord
- ordinal
Type: System.Int32
- value
Type: System.String
.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.