The IPersistentCollection type exposes the following members.

Properties

  NameDescription
CollectionSnapshot
Empty
Is the initialized collection empty?
HasQueuedAdds
IsDirectlyAccessible
Gets a Boolean indicating if the underlying collection is directly accessable through code.
IsDirty
Is the collection dirty? Note that this is only reliable during the flush cycle, after the collection elements are dirty checked against the snapshot.
Owner
The owning entity.
QueuedAddsCollection
WasInitialized

See Also