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

In This Topic
    IdentityUpdate Property (OracleDataTable)
    In This Topic
    Determines whether the row identity column value is database-generated or it is provided by DataSet when updating the DataSet data in the database. This property is ignored if OracleIdentityType for the identity column is None or GeneratedAlways.
    Syntax
    'Declaration
     
    Public Property IdentityUpdate As Boolean
    public bool IdentityUpdate {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.
    See Also