SqlBinary Constructor (array<Byte>^)

 

Initializes a new instance of the SqlBinary structure, setting the Value property to the contents of the supplied byte array.

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

public:
SqlBinary(
	array<unsigned char>^ value
)

Parameters

value
Type: array<System::Byte>^

The byte array to be stored or retrieved.

.NET Framework
Available since 1.1
Return to top
Show: