SqlDecimal::BinData Property

 

Get the binary representation of the value of this SqlDecimal structure as an array of bytes.

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

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

Property Value

Type: array<System::Byte>^

An array of bytes that contains the binary representation of the SqlDecimal structure's value.

.NET Framework
Available since 1.1
Return to top
Show: