Firebird ADO.NET Provider SDK Documentation - v1.7

FbTransaction Methods

The methods of the FbTransaction class are listed below. For a complete list of FbTransaction class members, see the FbTransaction Members topic.

Public Instance Methods

CommitOverloaded. Commits the transaction.
CommitRetaining Commits the transaction and retains the transaction context after a commit.
CreateObjRef (inherited from MarshalByRefObject) 
Dispose Releases the unmanaged resources used by the FbTransaction and optionally releases the managed resources.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetLifetimeService (inherited from MarshalByRefObject) 
GetType (inherited from Object) 
InitializeLifetimeService (inherited from MarshalByRefObject) 
RollbackOverloaded. Rolls back a transaction from a pending state.
RollbackRetaining Rolls back a transaction from a pending state and retains the transaction context after the rollback.
Save Establish a new Save point for the current transaction with the given name.
ToString (inherited from Object) 

See Also

FbTransaction Class | FirebirdSql.Data.Firebird Namespace