SqlBytes Explicit Conversion (SqlBinary to SqlBytes^)

 
equivalentCodeEntity 

Converts a SqlBinary structure to a SqlBytes structure.

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

public:
static explicit operator SqlBytes^ (
	SqlBinary value
)

Parameters

value
Type: System.Data.SqlTypes::SqlBinary

The SqlBinary structure to be converted.

Return Value

Type: System.Data.SqlTypes::SqlBytes^

A SqlBytes structure.

.NET Framework
Available since 2.0
Return to top
Show: