Click or drag to resize
DbParameterIDbDataParameterPrecision Property
Indicates the precision 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.Precision { get; set; }

Return Value

Type: Byte
The maximum number of digits used to represent the Value property of a data provider Parameter object. The default value is 0, which indicates that a data provider sets the precision for Value.

Implements

IDbDataParameterPrecision
See Also