'Declaration Public Enum OracleIdentityType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum OracleIdentityType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum OracleIdentityType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum OracleIdentityType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
GeneratedAlways | Unique values are generated for every insertion. This column does not allow updates or inserts. |
GeneratedByDefault | The values are generated only if no explicit value is provided for this column. |
GeneratedByDefaultOnNull | The values are generated only if no explicit value is provided or a NULL value is inserted into this column. |
None | The values are not generated. |
System.Object
System.ValueType
System.Enum
Devart.Data.Oracle.OracleIdentityType
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