Поделиться через


EntityQueryModelVisitor.VisitWhereClause Метод

Определение

Посещения Remotion.Linq.Clauses.WhereClause узлов.

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)

Параметры

whereClause
Remotion.Linq.Clauses.WhereClause

Посещаемый узел.

queryModel
Remotion.Linq.QueryModel

Запрос.

index
Int32

Индекс посещаемого узла.

Применяется к