Class QueryInformation.HierarchyInfo
public class QueryInformation.HierarchyInfo
  - Inheritance
 - 
      
      QueryInformation.HierarchyInfo
 
- Inherited Members
 
- Extension Methods
 
Constructors
HierarchyInfo(SelectQuery, HierarchyType, IQueryElement?)
public HierarchyInfo(SelectQuery masterQuery, QueryInformation.HierarchyType hierarchyType, IQueryElement? parentElement)
  Parameters
masterQuerySelectQueryhierarchyTypeQueryInformation.HierarchyTypeparentElementIQueryElement
Properties
HierarchyType
public QueryInformation.HierarchyType HierarchyType { get; }
  Property Value
MasterQuery
public SelectQuery MasterQuery { get; }
  Property Value
ParentElement
public IQueryElement? ParentElement { get; }