[To be supplied.]
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);
SQLBinary Class | SQLBinary Members | System.Data.SQLTypes Namespace