Specifies the minimum number of digits after the decimal point when an arithmetic result is truncated to the maximum precision during string conversions by the new database.
Public Property Scale As Integer
public int Scale {get;set;}
ArgumentException The value is invalid.
An integer specifying the scale. The value must be in the range [0,127]. The default is 6.
The Scale value must be less than or equal to the Precision value; otherwise, an error occurs when creating the database.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |