Gets and sets the maximum number of digits used to represent the Value property.
Visual Basic Public Property Precision As Byte
C# public byte Precision { get; set; }
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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |