Creates the internal read-only entity collection to be provided by this EntityManager. Inheriters should override this method and provide their own read-only entity collection type.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)

Syntax

C#
protected virtual ReadOnlyEntityCollection CreateReadOnlyEntityCollection(
	EntityCollection entities
)
Visual Basic (Declaration)
Protected Overridable Function CreateReadOnlyEntityCollection ( _
	entities As EntityCollection _
) As ReadOnlyEntityCollection

Parameters

entities
Type: DlhSoft.Windows.Data..::.EntityCollection
Internal entity collection to be used as the source for the read only entity collection.

Return Value

The internal read-only entity collection to be provided by this EntityManager.

See Also