Click or drag to resize

ScopeHandlerBaseHandle Method

Overload List
  NameDescription
Public methodHandle(BinaryExpression)
Handles the specified expression to handle.
Public methodHandle(ConditionalExpression)
Handles the specified expression to handle.
Public methodHandle(ConstantExpression)
Handles the specified expression to handle.
Public methodHandle(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.
Public methodHandle(InvocationExpression)
Handles the specified expression to handle.
Public methodHandle(LambdaExpression)
Handles the specified expression to handle.
Public methodHandle(ListInitExpression)
Handles the specified expression to handle.
Public methodHandle(MemberExpression)
Handles the specified expression to handle.
Public methodHandle(MemberInitExpression)
Handles the specified expression to handle.
Public methodHandle(MethodCallExpression)
Handles the specified expression to handle.
Public methodHandle(NewArrayExpression)
Handles the specified expression to handle.
Public methodHandle(NewExpression)
Handles the specified expression to handle.
Public methodHandle(ParameterExpression)
Handles the specified expression to handle.
Public methodHandle(TypeBinaryExpression)
Handles the specified expression to handle.
Public methodHandle(UnaryExpression)
Handles the specified expression to handle.
Public methodHandle(AggregateExpression)
Handles the specified expression to handle.
Public methodHandle(AllAnyExpression)
Handles the specified expression to handle.
Public methodHandle(ContainsExpression)
Handles the specified expression to handle.
Public methodHandle(DbFunctionCallExpression)
Handles the specified expression to handle.
Public methodHandle(DefaultIfEmptyExpression)
Handles the specified expression to handle.
Public methodHandle(EntityExpression)
Handles the specified expression to handle.
Public methodHandle(EntityFieldExpression)
Handles the specified expression to handle.
Public methodHandle(ExceptIntersectExpression)
Handles the specified expression to handle.
Public methodHandle(ExcludeIncludeFieldsExpression)
Handles the specified expression to handle.
Public methodHandle(FilterExpression)
Handles the specified expression to handle.
Public methodHandle(GroupByExpression)
Handles the specified expression to handle.
Public methodHandle(GroupByKeyReferenceExpression)
Handles the specified expression to handle.
Public methodHandle(GroupJoinExpression)
Handles the specified expression to handle.
Public methodHandle(InClauseExpression)
Handles the specified expression to handle.
Public methodHandle(InMemoryEvalCandidateExpression)
Handles the specified expression to handle.
Public methodHandle(JoinExpression)
Handles the specified expression to handle.
Public methodHandle(JoinResultExpression)
Handles the specified expression to handle.
Public methodHandle(LikeExpression)
Handles the specified expression to handle.
Public methodHandle(LinqExpressionAsSetExpression)
Handles the specified expression to handle.
Public methodHandle(LLBLGenProExpressionExpression)
Handles the specified expression to handle.
Public methodHandle(PathEdgeExpression)
Handles the specified expression to handle.
Public methodHandle(PrefetchPathExpression)
Handles the specified expression to handle.
Public methodHandle(ProjectionExpression)
Handles the specified expression to handle.
Public methodHandle(ProjectionListExpression)
Handles the specified expression to handle.
Public methodHandle(QueryExpression)
Handles the specified expression to handle.
Public methodHandle(RelationCollectionExpression)
Handles the specified expression to handle.
Public methodHandle(SelectExpression)
Handles the specified expression to handle.
Public methodHandle(SetExpression)
Handles the specified expression to handle.
Public methodHandle(SetReferenceExpression)
Handles the specified expression to handle.
Public methodHandle(SortClauseExpression)
Handles the specified expression to handle.
Public methodHandle(WhereExpression)
Handles the specified expression to handle.
Top
See Also