Persistate API documentation
TransactionListCountTotal Method
NamespacesPersistateSessionTransactionListCountTotal()()()()

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

Calculates the total number of outstanding items in all transaction lists.
Declaration Syntax
C#
public int TransactionListCountTotal()
Return Value
The calculated total count.
Remarks

This is the sum of the number of objects created, modified, deleted and linked since the previous call to Commit or since the start of the current Operation execution. The linked count represents the number of objects which have been either set into or removed from a single object member, or added to or removed from an object collection.

Note that in the Viewer context, only modified objects are counted.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)