wwBusiness.BeginTransaction

Begins a Transaction for the current business object. All operations performed on this business object are handled within the context of this transaction until CommitTransaction or RollBackTransaction is called.

This method defaults to IsolationLevel.ReadUncommitted

Note: Child objects should either call CreateChildObject() or explicitly call SetTransaction() to pass transaction information to lower level objects.

public IDbTransaction BeginTransaction();
Overloads:
public IDbTransaction BeginTransaction( IsolationLevel Isolation );

See also:

Class wwBusiness


 Last Updated: 3/7/2007 | Send topic feedback