Initializes the read only entity collection to be used for viewing entities externally.
Inheriters should override this method to initialize their own read only entity collection type.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
| C# |
|---|
protected virtual void InitializeEntityCollection( EntityCollection entities ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub InitializeEntityCollection ( _ entities As EntityCollection _ ) |
Parameters
- entities
- Type: DlhSoft.Windows.Data..::.EntityCollection
Internal entity collection to be used as the source for the read only entity collection.