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();
Return Value
IDbTransaction
Overloads:
See also:
Class wwBusiness© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic