Sets or returns the precision of the decimal number. This is the number of number characters that are stored. The default is 18 precision and 0 scale. 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 Precision { get; set; }
Visual Basic
Public Property Precision As Integer
	Get
	Set
Visual C++
public:
property int Precision {
	int get ();
	void set (int value);
}

See Also