QueryEntity ParentQueryEntity Property
The QueryEntity's Parent QueryEntity. Will be set to NULL if the QueryEntity is the RootQueryEntity.
Namespace: Scribe.Core.ConnectorApi.Query
Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
[IgnoreDataMemberAttribute] public QueryEntity ParentQueryEntity { get; set; }
Property Value
Type: QueryEntity
See