Gets the related entities collection of this Entity. This is a dependency property.

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

Syntax

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

See Also