DbParameterIDbDataParameterScale Property |
Indicates the scale of numeric parameters.
Namespace: Innovator.Client.ConnectionAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax byte IDbDataParameter.Scale { get; set; }
Private Property Scale As Byte Implements IDbDataParameter.Scale
Get
Set
Return Value
Type:
ByteThe number of decimal places to which
Value is resolved. The default is 0.
Implements
IDbDataParameterScaleSee Also