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.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
C# |
---|
protected virtual EntityCollection CreateEntityCollection() |
Visual Basic (Declaration) |
---|
Protected Overridable Function CreateEntityCollection As EntityCollection |