DbParameterIDbDataParameterPrecision Property |
Indicates the precision 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.Precision { get; set; }
Private Property Precision As Byte
Implements IDbDataParameter.Precision
Get
Set
Return Value
Type:
ByteThe 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
IDbDataParameterPrecisionSee Also