SqlBinary Implicit Conversion (array<Byte>^ to SqlBinary)

 

Converts an array of bytes to a SqlBinary structure.

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

public:
static operator SqlBinary (
	array<unsigned char>^ x
)

Parameters

x
Type: array<System::Byte>^

The array of bytes to be converted.

Return Value

Type: System.Data.SqlTypes::SqlBinary

A SqlBinary structure that represents the converted array of bytes.

.NET Framework
Available since 1.1
Return to top
Show: