Data.Win.ADODB.TParameter.Precision

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Precision: Byte read GetPrecision write SetPrecision default 0;

C++

__property System::Byte Precision = {read=GetPrecision, write=SetPrecision, default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TParameter

Description

Specifies the number of digits allowed for a numeric parameter.

Set Precision to indicate the maximum number of digits allowed in the parameter, including both significant and fractional (the precision). (The NumericScale property controls the total number of decimal digits allowed.) By default, Precision is zero.

See Also