SqlBytes Constructor (array<Byte>^)
.NET Framework (current version)
Initializes a new instance of the SqlBytes class based on the specified byte array.
Assembly: System.Data (in System.Data.dll)
Parameters
- buffer
-
Type:
array<System::Byte>^
The array of unsigned bytes.
If a null reference is passed in, the instance is set to null.
.NET Framework
Available since 2.0
Available since 2.0
Show: