1. Object DBTransaction

    Article: AN0001683Updated:

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

    Object properties

     

    Name Description
    DBConnection 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.

     

×