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

In This Topic
    OracleIdentityType Enumeration
    In This Topic
    Specifies how Oracle identity column values are generated.
    Syntax
    'Declaration
     
    Public Enum OracleIdentityType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum OracleIdentityType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    GeneratedAlwaysUnique values are generated for every insertion. This column does not allow updates or inserts.
    GeneratedByDefaultThe values are generated only if no explicit value is provided for this column.
    GeneratedByDefaultOnNullThe values are generated only if no explicit value is provided or a NULL value is inserted into this column.
    NoneThe values are not generated.
    Inheritance Hierarchy

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

    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