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 );

Return Value

IDbTransaction

Parameters

Isolation

Overloads:


See also:

Class wwBusiness

© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic