DesignerDataColumn.Scale Property

Definition

Gets the number of digits to the right of the decimal point in a numeric column.

public:
 property int Scale { int get(); };
public int Scale { get; }
member this.Scale : int
Public ReadOnly Property Scale As Integer

Property Value

The number of digits to the right of the decimal point in a numeric column.

Applies to