Creates the internal entity collection to be used as the entity host of this EntityManager. Inheriters should override this method and provide their own entity collection type.

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

Syntax

C#
protected virtual EntityCollection CreateEntityCollection()
Visual Basic (Declaration)
Protected Overridable Function CreateEntityCollection As EntityCollection

Return Value

The internal entity collection to be used as the entity host of this EntityManager.

See Also