Npgsql API Docs

NpgsqlTransaction Members

NpgsqlTransaction overview

Public Instance Properties

Connection Gets the NpgsqlConnection 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

Commit Commits the database transaction.
CreateObjRef (inherited from MarshalByRefObject)  
Dispose Releases the unmanaged resources used by the NpgsqlTransaction 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)  
Rollback Rolls back a transaction from a pending state.
ToString (inherited from Object)  

See Also

NpgsqlTransaction Class | Npgsql Namespace