Click or drag to resize

BcfTransactionCreateChangeSet Method

[This is preliminary documentation and is subject to change.]

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

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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