The ICollectionPersister type exposes the following members.

Methods

  NameDescription
DeleteRows
Delete the persistent state of any elements that were removed from the collection
GetElementColumnAliases
Generates the collection's element column aliases, based on the given suffix.
GetIdentifierColumnAlias
Generates the collection's identifier column aliases, based on the given suffix.
GetIndexColumnAliases
Generates the collection's index column aliases, based on the given suffix.
GetKeyColumnAliases
Generates the collection's key column aliases, based on the given suffix.
GetManyToManyFilterFragment
Initialize
Initialize the given collection with the given key
InsertRows
Insert the persistent state of any new collection elements
IsAffectedByEnabledFilters
PostInstantiate
ReadElement
Read the element from a row of the IDataReader
ReadIdentifier
Read the identifier from a row of the IDataReader
ReadIndex
Read the index from a row of the IDataReader
ReadKey
Read the key from a row of the IDataReader
Recreate
(Re)create the collection's persistent state
Remove
Completely remove the persistent state of the collection
UpdateRows
Update the persistent state of any elements that were modified

See Also