Specifies the number of decimal places to which ULParameter.Value is resolved.
Visual Basic
NotOverridable Public Property Scale As Byte _
Implements IDbDataParameter.Scale
C#
public byte Scale {get;set;}
The number of decimal places to which ULParameter.Value is resolved. The default is 0.
In UltraLite.NET, parameters can only be used as IN parameters and all mapping information is ignored. Only the ULParameter.Value is important.