ScopeHandlerBaseHandle Method |
Name | Description | |
---|---|---|
Handle(BinaryExpression) |
Handles the specified expression to handle.
| |
Handle(ConditionalExpression) |
Handles the specified expression to handle.
| |
Handle(ConstantExpression) |
Handles the specified expression to handle.
| |
Handle(Expression) |
Handles the specified linq expression. This is done by 2-stage dispatch: it will call (if it's our own expression class) its Handle method which
through polymorphism will call this handler object's Handle routine back with the right type, so it will call the right routine.
| |
Handle(InvocationExpression) |
Handles the specified expression to handle.
| |
Handle(LambdaExpression) |
Handles the specified expression to handle.
| |
Handle(ListInitExpression) |
Handles the specified expression to handle.
| |
Handle(MemberExpression) |
Handles the specified expression to handle.
| |
Handle(MemberInitExpression) |
Handles the specified expression to handle.
| |
Handle(MethodCallExpression) |
Handles the specified expression to handle.
| |
Handle(NewArrayExpression) |
Handles the specified expression to handle.
| |
Handle(NewExpression) |
Handles the specified expression to handle.
| |
Handle(ParameterExpression) |
Handles the specified expression to handle.
| |
Handle(TypeBinaryExpression) |
Handles the specified expression to handle.
| |
Handle(UnaryExpression) |
Handles the specified expression to handle.
| |
Handle(AggregateExpression) |
Handles the specified expression to handle.
| |
Handle(AllAnyExpression) |
Handles the specified expression to handle.
| |
Handle(ContainsExpression) |
Handles the specified expression to handle.
| |
Handle(DbFunctionCallExpression) |
Handles the specified expression to handle.
| |
Handle(DefaultIfEmptyExpression) |
Handles the specified expression to handle.
| |
Handle(EntityExpression) |
Handles the specified expression to handle.
| |
Handle(EntityFieldExpression) |
Handles the specified expression to handle.
| |
Handle(ExceptIntersectExpression) |
Handles the specified expression to handle.
| |
Handle(ExcludeIncludeFieldsExpression) |
Handles the specified expression to handle.
| |
Handle(FilterExpression) |
Handles the specified expression to handle.
| |
Handle(GroupByExpression) |
Handles the specified expression to handle.
| |
Handle(GroupByKeyReferenceExpression) |
Handles the specified expression to handle.
| |
Handle(GroupJoinExpression) |
Handles the specified expression to handle.
| |
Handle(InClauseExpression) |
Handles the specified expression to handle.
| |
Handle(InMemoryEvalCandidateExpression) |
Handles the specified expression to handle.
| |
Handle(JoinExpression) |
Handles the specified expression to handle.
| |
Handle(JoinResultExpression) |
Handles the specified expression to handle.
| |
Handle(LikeExpression) |
Handles the specified expression to handle.
| |
Handle(LinqExpressionAsSetExpression) |
Handles the specified expression to handle.
| |
Handle(LLBLGenProExpressionExpression) |
Handles the specified expression to handle.
| |
Handle(PathEdgeExpression) |
Handles the specified expression to handle.
| |
Handle(PrefetchPathExpression) |
Handles the specified expression to handle.
| |
Handle(ProjectionExpression) |
Handles the specified expression to handle.
| |
Handle(ProjectionListExpression) |
Handles the specified expression to handle.
| |
Handle(QueryExpression) |
Handles the specified expression to handle.
| |
Handle(RelationCollectionExpression) |
Handles the specified expression to handle.
| |
Handle(SelectExpression) |
Handles the specified expression to handle.
| |
Handle(SetExpression) |
Handles the specified expression to handle.
| |
Handle(SetReferenceExpression) |
Handles the specified expression to handle.
| |
Handle(SortClauseExpression) |
Handles the specified expression to handle.
| |
Handle(WhereExpression) |
Handles the specified expression to handle.
|