Initializes a new instance of the EntityCollection class.

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

Syntax

C#
protected internal EntityCollection(
	EntityManager parentManager
)
Visual Basic (Declaration)
Protected Friend Sub New ( _
	parentManager As EntityManager _
)

Parameters

parentManager
Type: DlhSoft.Windows.Data..::.EntityManager
The parent manager of the collection.

See Also