dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumberMapping Class / OracleNumberMapping Constructor / OracleNumberMapping Constructor(OracleNumberType,Int32,Int32,Type)
The Oracle number type being mapped.
The minimal precision of Oracle number for which it should be mapped to the specified .NET type.
The maximal precision of Oracle number for which it should be mapped to the specified .NET type.
The .NET type to which the Oracle number is mapped.

In This Topic
    OracleNumberMapping Constructor(OracleNumberType,Int32,Int32,Type)
    In This Topic
    Initializes a new instance of the OracleNumberMapping class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal numberType As OracleNumberType, _
       ByVal fromPrecision As Integer, _
       ByVal toPrecision As Integer, _
       ByVal valueType As Type _
    )
    public OracleNumberMapping( 
       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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also