Click or drag to resize

BcfTransactionCreateChangeSet Method

Creates a BcfChangeSet containing changes of this transaction (committed sub-transactions inclusive).

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfChangeSet CreateChangeSet(
	bool parentTransactionsInclusive = false
)

Parameters

parentTransactionsInclusive (Optional)
Type: SystemBoolean
Specifies whether include parent transactions changes or not.

Return Value

Type: BcfChangeSet
The BcfChangeSet containing changes of this transaction.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe transaction IsCommitted or IsRolledBack.
See Also