tagBUFFERCOL.lPrecision Field

Definition

Indicates the number of decimal places of precision contained 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, lPrecision contains a zero and is ignored.

Applies to