SqlBytes Constructor (array<Byte>^)

 

Initializes a new instance of the SqlBytes class based on the specified byte array.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
SqlBytes(
	array<unsigned char>^ buffer
)

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
Return to top
Show: