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

[To be supplied.]

Overload List

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

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

Initializes a new instance of the SQLBinary class with a binary object to store, a boolean indicating whether or not to initialize as null, and boolean indicating whether or not to create a new binary array.

[Visual Basic] Overloads Public Sub New(Byte(), Boolean)
[C#] public SQLBinary(byte[], bool);
[C++] public: SQLBinary(unsigned char*[], bool);
[JScript] public function SQLBinary(Byte[], Boolean);

See Also

SQLBinary Class | SQLBinary Members | System.Data.SQLTypes Namespace