Click or drag to resize

EntitySetTEntityEnsureAll Method

Ensures that the entity set does not change at all before the transaction is committed. If another transaction commits first and makes any changes to the entity set at all, this transaction will raise a TransactionConflictException when it is committed.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void EnsureAll(
	Transaction transaction
)

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction for which the entity set should not change.
See Also