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.

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

public IDbTransaction BeginTransaction( IsolationLevel Isolation );

Parameters

Isolation

Overloads:

public IDbTransaction BeginTransaction();

See also:

Class wwBusiness


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