FlatFileColumn.DataScale Property

Definition

Gets and sets the scale.

public:
 property int DataScale { int get(); void set(int value); };
public int DataScale { get; set; }
member this.DataScale : int with get, set
Public Property DataScale As Integer

Property Value

An Integer that denotes the scale.

Remarks

Scale is the number of digits to the right of the decimal point in a number. For example, the number 123.45 has a precision of 5 and a scale of 2.

Applies to