Gets the parent collection that owns this Entity.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] public EntityCollection ParentCollection { get; internal set; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public Property ParentCollection As EntityCollection |