wwBusiness.SetTransaction

Assigns an existing Transaction to the current business object. If the transaction is null this method doesn't do anything so it is safe to call with any object.

Use this method to handle nested transactions to let child objects participate on the parent's transaction.

public void SetTransaction( IDbTransaction ParentTransaction );

Return Value

void

Parameters

ParentTransaction


See also:

Class wwBusiness

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