Precision
This property specifies the maximum number of digits used to represent the Value property.
Declaration
// C#
Public byte Precision { get; set; }Property Value
byte
Remarks
Default = 0
The Precision property is used by parameters of type OracleDbType.Decimal.
Oracle supports Precision range from 0 to 38.
For Array Bind and PL/SQL Associative Array Bind, Precision applies to each element in the Value property.