TeamFoundationTableValueParameter<T>.SetNullableBinary Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub SetNullableBinary ( _
record As SqlDataRecord, _
ordinal As Integer, _
value As Byte() _
)
public void SetNullableBinary(
SqlDataRecord record,
int ordinal,
byte[] value
)
public:
void SetNullableBinary(
SqlDataRecord^ record,
int ordinal,
array<unsigned char>^ value
)
member SetNullableBinary :
record:SqlDataRecord *
ordinal:int *
value:byte[] -> unit
public function SetNullableBinary(
record : SqlDataRecord,
ordinal : int,
value : byte[]
)
Parameters
- record
Type: Microsoft.SqlServer.Server.SqlDataRecord
- ordinal
Type: System.Int32
- value
Type: array<System.Byte[]
.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.