dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumberMappingCollection Class / GetMappedType Method
The specified precision.
The specified scale.

In This Topic
    GetMappedType Method
    In This Topic
    This method allows you to test your number mapping configuration and see what type will be used for the specified precision and scale values.
    Syntax
    'Declaration
     
    Public Function GetMappedType( _
       ByVal precision As Integer, _
       ByVal scale As Integer _
    ) As Type
    public Type GetMappedType( 
       int precision,
       int scale
    )

    Parameters

    precision
    The specified precision.
    scale
    The specified scale.

    Return Value

    The .NET type that will be used to map the Oracle number types with the specified precision and scale.
    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