Contents Index ParameterName property Scale property

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaParameter class

Precision property


Description 

The maximum number of digits used to represent the Value property.

Syntax 

byte Precision

Access 

Read-write

Implements 

IDbDataParameter.Precision

Usage 

The value of this property is the maximum number of digits used to represent the Value property. The default value is 0, which indicates that the data provider sets the precision for the Value property.

The Precision property is only used for decimal and numeric input parameters.


Contents Index ParameterName property Scale property