Click or drag to resize
DbParameterIDbDataParameterScale Property
Indicates the scale of numeric parameters.

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
byte IDbDataParameter.Scale { get; set; }

Return Value

Type: Byte
The number of decimal places to which Value is resolved. The default is 0.

Implements

IDbDataParameterScale
See Also