Table of Contents

Struct QueryParentVisitor<TContext>

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
public readonly struct QueryParentVisitor<TContext>

Type Parameters

TContext
Inherited Members
Extension Methods

Constructors

QueryParentVisitor(bool, Func<IQueryElement, bool>)

public QueryParentVisitor(bool all, Func<IQueryElement, bool> visit)

Parameters

all bool
visit Func<IQueryElement, bool>

QueryParentVisitor(TContext, bool, Func<TContext, IQueryElement, bool>)

public QueryParentVisitor(TContext context, bool all, Func<TContext, IQueryElement, bool> visit)

Parameters

context TContext
all bool
visit Func<TContext, IQueryElement, bool>

Fields

VisitedElements

public readonly Dictionary<IQueryElement, IQueryElement?> VisitedElements

Field Value

Dictionary<IQueryElement, IQueryElement>

Methods

Visit(IQueryElement?)

public void Visit(IQueryElement? element)

Parameters

element IQueryElement