DTP_BUFFCOL.lPrecision Field

Definition

Indicates the number of decimal places of the numeric data in a buffer column.

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

Field Value

Remarks

If the DataType of the column is not DT_NUMERIC or DT_DECIMAL, this value is zero and is ignored.

Applies to