Sdílet prostřednictvím


RelationalQueryModelVisitor.VisitWhereClause Metoda

Definice

Navštivte klauzuli 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

Klauzule where, která se navštěvuje.

queryModel
Remotion.Linq.QueryModel

Model dotazu.

index
Int32

Index navštíveného uzlu

Platí pro