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