Sets or returns the scale of the decimal number. This is the location within the number where the decimal is placed. The default is 0. Throws an exception if the data type is not SQl.DataType.Decimal.

Namespace: DatabaseObjects.SQL
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public int ScaleLength { get; set; }
Visual Basic
Public Property ScaleLength As Integer
	Get
	Set
Visual C++
public:
property int ScaleLength {
	int get ();
	void set (int value);
}

See Also