SqlDecimal::Value Property

 

Gets the value of the SqlDecimal structure. This property is read-only.

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

public:
property Decimal Value {
	Decimal get();
}

Property Value

Type: System::Decimal

A number in the range -79,228,162,514,264,337,593,543,950,335 through 79,228,162,514,162,514,264,337,593,543,950,335.

.NET Framework
Available since 1.1
Return to top
Show: