Share via


OracleSource.NumberPrecision Property

Definition

The decimal precision used to represent Oracle NUMBER type without precision and scale. The range is 1 to 256 and default value is 256 if not specified. Type: integer (or Expression with resultType integer). Only used for Version 2.0.

public object NumberPrecision { get; set; }
member this.NumberPrecision : obj with get, set
Public Property NumberPrecision As Object

Property Value

Applies to