'Declaration Public Overloads Function Add( _ ByVal numberType As OracleNumberType, _ ByVal fromPrecision As Integer, _ ByVal toPrecision As Integer, _ ByVal valueType As Type _ ) As OracleNumberMapping
public OracleNumberMapping Add( OracleNumberType numberType, int fromPrecision, int toPrecision, Type valueType )
Parameters
- numberType
- The Oracle number type being mapped.
- fromPrecision
- The minimal precision of Oracle number for which it should be mapped to the specified .NET type.
- toPrecision
- The maximal precision of Oracle number for which it should be mapped to the specified .NET type.
- valueType
- The .NET type to which the Oracle number is mapped.
Return Value
The created OracleNumberMapping object.