Scale Property (UniParameter)
In This Topic
Gets or sets the number of decimal places to which Devart.Common.DbParameter.Value is resolved.
Syntax
'Declaration
Public Property Scale As Byte
public byte Scale {get; set;}
Property Value
The number of decimal places to which
Devart.Common.DbParameter.Value is resolved. The default value is 0.
See Also