This method allows you to test your number mapping configuration and see what type will be used for the specified precision and scale values.
'Declaration
Public Function GetMappedType( _
ByVal As Integer, _
ByVal As Integer _
) As Type
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.