Share via


EntityQueryModelVisitor.VisitWhereClause Method

Definition

Visits Remotion.Linq.Clauses.WhereClause nodes.

public override void VisitWhereClause (Remotion.Linq.Clauses.WhereClause whereClause, Remotion.Linq.QueryModel queryModel, int index);
override this.VisitWhereClause : Remotion.Linq.Clauses.WhereClause * Remotion.Linq.QueryModel * int -> unit
Public Overrides Sub VisitWhereClause (whereClause As WhereClause, queryModel As QueryModel, index As Integer)

Parameters

whereClause
Remotion.Linq.Clauses.WhereClause

The node being visited.

queryModel
Remotion.Linq.QueryModel

The query.

index
Int32

Index of the node being visited.

Applies to