1. Object IDbTransaction

    Artikel: AN0001702Aktualisiert:
    Die vorgegebene Sprachenversion vom Artikeltext wird angezeigt, weil es kein Text von der ausgewählten Sprache und Version gibt.

    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.

     

×