Table of Contents

Struct QueryFindVisitor<TContext>

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

Type Parameters

TContext
Inherited Members
Extension Methods

Constructors

QueryFindVisitor(Func<IQueryElement, bool>)

public QueryFindVisitor(Func<IQueryElement, bool> find)

Parameters

find Func<IQueryElement, bool>

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

public QueryFindVisitor(TContext context, Func<TContext, IQueryElement, bool> find)

Parameters

context TContext
find Func<TContext, IQueryElement, bool>

Methods

Find(IQueryElement?)

public IQueryElement? Find(IQueryElement? element)

Parameters

element IQueryElement

Returns

IQueryElement