Firebird ADO.NET Provider SDK Documentation - v1.7

FbTransaction Members

FbTransaction overview

Public Instance Properties

Connection Gets the FbConnection object associated with the transaction, or a null reference if the transaction is no longer valid.
IsolationLevel Specifies the IsolationLevel for this transaction.

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