SqlDecimal::Scale Property

 

Gets the number of decimal places to which Value is resolved.

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

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

Property Value

Type: System::Byte

The number of decimal places to which the Value property is resolved.

.NET Framework
Available since 1.1
Return to top
Show: