Table of Contents

Class QueryInformation.HierarchyInfo

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
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 SelectQuery
hierarchyType QueryInformation.HierarchyType
parentElement IQueryElement

Properties

HierarchyType

public QueryInformation.HierarchyType HierarchyType { get; }

Property Value

QueryInformation.HierarchyType

MasterQuery

public SelectQuery MasterQuery { get; }

Property Value

SelectQuery

ParentElement

public IQueryElement? ParentElement { get; }

Property Value

IQueryElement