RelationalQueryModelVisitor.VisitWhereClause Method

Definition

Visit a where clause.

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 where clause being visited.

queryModel
Remotion.Linq.QueryModel

The query model.

index
Int32

Index of the node being visited.

Applies to