Initializes a new instance of the ReadOnlyEntityCollection class.

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

Syntax

C#
public ReadOnlyEntityCollection(
	EntityCollection entities
)
Visual Basic (Declaration)
Public Sub New ( _
	entities As EntityCollection _
)

Parameters

entities
Type: DlhSoft.Windows.Data..::.EntityCollection
Source entity collection to be used by the new read-only entity collection.

See Also