dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDataTable Class / IdentityInsert Property

In This Topic
    IdentityInsert Property (OracleDataTable)
    In This Topic
    Determines whether the row identity column value is database-generated or it is provided by DataSet when inserting the DataSet data into the database. This property is ignored if IdentityType for the identity column is None or GeneratedAlways.
    Syntax
    'Declaration
     
    Public Property IdentityInsert As Boolean
    public bool IdentityInsert {get; set;}

    Property Value

    If true, identity column values are inserted into the database for columns with OracleIdentityType equal to GeneratedByDefault or GeneratedByDefaultOnNull; otherwise they are not inserted. Default value is false.
    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