The IPersistentCollection type exposes the following members.

Properties

  NameDescription
Public propertyEmpty
Is the initialized collection empty?
Public propertyHasQueuedOperations
Public propertyIsDirectlyAccessible
Gets a Boolean indicating if the underlying collection is directly accessible through code.
Public propertyIsDirty
Is the collection dirty? Note that this is only reliable during the flush cycle, after the collection elements are dirty checked against the snapshot.
Public propertyIsUnreferenced
Is the collection unreferenced?
Public propertyKey
Get the current collection key value
Public propertyOwner
The owning entity.
Public propertyQueuedAdditionIterator
Public propertyRole
Get the current role name
Public propertyRowUpdatePossible
Public propertyStoredSnapshot
Get the snapshot cached by the collection instance
Public propertyWasInitialized

See Also