Persistate API documentation
TransactionListCounts Method
NamespacesPersistateSessionTransactionListCounts()()()()

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

Retrieves the number of objects currently in the active execution's transaction lists.
Declaration Syntax
C#
public int[] TransactionListCounts()
Return Value
An integer array with four elements, holding the number of new objects, the number of modified objects, the number of deleted objects and the number of link actions.
Remarks

These counts represent 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)