1. Object IDbTransaction

    Article: AN0001702Updated:

    This object is defined in the .NET Framework. Several its properties suitable for work in ObjectGears system are listed hereinafter.

    Object properties

    Name Description
    IDbConnection Connection Object connection for connection to the database.
    void Commit() Function commits all the transactions in the database.
    void Rollback() Function rolls back all the transactions in the database.

     

×