Udostępnij za pośrednictwem


RelationalQueryModelVisitor.VisitWhereClause Metoda

Definicja

Odwiedź klauzulę where.

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)

Parametry

whereClause
Remotion.Linq.Clauses.WhereClause

Klauzula where, która jest odwiedzana.

queryModel
Remotion.Linq.QueryModel

Model zapytania.

index
Int32

Indeks odwiedzonego węzła.

Dotyczy