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