'Declaration Public Function New( _ ByVal numberType As OracleNumberType, _ ByVal precision As Integer, _ ByVal valueType As Type _ )
public OracleNumberMapping( OracleNumberType numberType, int precision, Type valueType )
Parameters
- numberType
- The Oracle number type being mapped.
- precision
- The 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.