dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumberType Enumeration

In This Topic
    OracleNumberType Enumeration
    In This Topic
    Enumerates main Oracle number types.
    Syntax
    'Declaration
     
    Public Enum OracleNumberType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    FloatCorresponds to the FLOAT Oracle type.
    IntegerCorresponds to the NUMBER Oracle type when the scale equals 0.
    NumberCorresponds to the NUMBER Oracle type with any scale value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Oracle.OracleNumberType

    See Also