SqlDecimal::Precision Property

 

Gets the maximum number of digits used to represent the Value property.

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

public:
property unsigned char Precision {
	unsigned char get();
}

Property Value

Type: System::Byte

The maximum number of digits used to represent the Value of this SqlDecimal structure.

.NET Framework
Available since 1.1
Return to top
Show: