NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLBinary Constructor (Byte[])

Initializes a new instance of the SQLBinary class with a binary object to be stored.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value() As Byte _
)
[C#]
public SQLBinary(
   byte[] value
);
[C++]
public: SQLBinary(
   unsigned char* value[]
);
[JScript]
public function SQLBinary(
   value : Byte[]
);

Parameters

value
The binary object to be stored or retrieved.

See Also

SQLBinary Class | SQLBinary Members | System.Data.SQLTypes Namespace | SQLBinary Constructor Overload List