tagBUFFERCOL.lScale Field

Definition

Indicates the number of decimal places contained in the buffer column.

public: int lScale;
public int lScale;
val mutable lScale : int
Public lScale As Integer 

Field Value

Remarks

For DT_NUMERIC and DT_DECIMAL types, this value indicates the number of decimal places of precision contained in the column. For all other types, the value contains a zero and is ignored.

Applies to