SQLValue.Scale Property (Typed) | |
A numeric value representing the number of decimal places in the SQL value.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Scale AS SHORT GET SET
public virtual short Scale { get; set; }
Request Example
View SourceProperty Value
Type:
ShortA numeric value representing the number of decimal places in the SQL value.
See Also