Initializes a new instance of the EntityManager class using simple data management mode.

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

Syntax

C#
public EntityManager(
	IEnumerable<SimpleEntityItem> simpleEntityItems
)
Visual Basic (Declaration)
Public Sub New ( _
	simpleEntityItems As IEnumerable(Of SimpleEntityItem) _
)

Parameters

simpleEntityItems
Type: System.Collections.Generic..::.IEnumerable<(Of <(SimpleEntityItem>)>)
Item definitions representing entities to be initially added to the collection.

See Also