SqlDecimal::Data Property

 

Gets the binary representation of this SqlDecimal structure as an array of integers.

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

public:
property array<int>^ Data {
	array<int>^ get();
}

Property Value

Type: array<System::Int32>^

An array of integers that contains the binary representation of this SqlDecimal structure.

.NET Framework
Available since 1.1
Return to top
Show: