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.
    See Also