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