TeamFoundationTableValueParameter<T>.SetNullableInt32 Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub SetNullableInt32 ( _
    record As SqlDataRecord, _
    ordinal As Integer, _
    value As Nullable(Of Integer) _
)
public void SetNullableInt32(
    SqlDataRecord record,
    int ordinal,
    Nullable<int> value
)
public:
void SetNullableInt32(
    SqlDataRecord^ record, 
    int ordinal, 
    Nullable<int> value
)
member SetNullableInt32 : 
        record:SqlDataRecord * 
        ordinal:int * 
        value:Nullable<int> -> unit
public function SetNullableInt32(
    record : SqlDataRecord, 
    ordinal : int, 
    value : Nullable<int>
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationTableValueParameter<T> Class

Microsoft.TeamFoundation.Framework.Server Namespace