SqlBytes::Value Property

 

Returns a managed copy of the value held by this SqlBytes.

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

public:
property array<unsigned char>^ Value {
	array<unsigned char>^ get();
}

Property Value

Type: array<System::Byte>^

The value of this SqlBytes as an array of bytes.

Returns a null reference for null value SqlBytes.

.NET Framework
Available since 2.0
Return to top
Show: