Gets the read-only entity collection wrapping the objects that are currently managed. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public ReadOnlyEntityCollection Entities { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property Entities As ReadOnlyEntityCollection

See Also