DbExpressionVisitor<TResultType> Class
The expression visitor pattern abstract base class that should be implemented by visitors that return a result value of a specific type.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Common.CommandTrees.DbExpressionVisitor<TResultType>
System.Data.Entity.Core.Common.CommandTrees.DefaultExpressionVisitor
Name | Description | |
---|---|---|
![]() | DbExpressionVisitor<TResultType>() | Initializes a new instance of the DbExpressionVisitor<TResultType> class. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Visit(DbAndExpression) | Typed visitor pattern method for DbAndExpression. |
![]() | Visit(DbApplyExpression) | Typed visitor pattern method for DbApplyExpression. |
![]() | Visit(DbArithmeticExpression) | Typed visitor pattern method for DbArithmeticExpression. |
![]() | Visit(DbCaseExpression) | Typed visitor pattern method for DbCaseExpression. |
![]() | Visit(DbCastExpression) | Typed visitor pattern method for DbCastExpression. |
![]() | Visit(DbComparisonExpression) | Typed visitor pattern method for DbComparisonExpression. |
![]() | Visit(DbConstantExpression) | Typed visitor pattern method for DbConstantExpression. |
![]() | Visit(DbCrossJoinExpression) | Typed visitor pattern method for DbCrossJoinExpression. |
![]() | Visit(DbDerefExpression) | Visitor pattern method for DbDerefExpression. |
![]() | Visit(DbDistinctExpression) | Typed visitor pattern method for DbDistinctExpression. |
![]() | Visit(DbElementExpression) | Typed visitor pattern method for DbElementExpression. |
![]() | Visit(DbEntityRefExpression) | Visitor pattern method for DbEntityRefExpression. |
![]() | Visit(DbExceptExpression) | Typed visitor pattern method for DbExceptExpression. |
![]() | Visit(DbExpression) | Called when an expression of an otherwise unrecognized type is encountered. |
![]() | Visit(DbFilterExpression) | Typed visitor pattern method for DbFilterExpression. |
![]() | Visit(DbFunctionExpression) | Visitor pattern method for DbFunctionExpression |
![]() | Visit(DbGroupByExpression) | Typed visitor pattern method for DbGroupByExpression. |
![]() | Visit(DbInExpression) | Typed visitor pattern method for DbInExpression. |
![]() | Visit(DbIntersectExpression) | Typed visitor pattern method for DbIntersectExpression. |
![]() | Visit(DbIsEmptyExpression) | Typed visitor pattern method for DbIsEmptyExpression. |
![]() | Visit(DbIsNullExpression) | Typed visitor pattern method for DbIsNullExpression. |
![]() | Visit(DbIsOfExpression) | Typed visitor pattern method for DbIsOfExpression. |
![]() | Visit(DbJoinExpression) | Typed visitor pattern method for DbJoinExpression. |
![]() | Visit(DbLambdaExpression) | Visitor pattern method for DbLambdaExpression. |
![]() | Visit(DbLikeExpression) | Visitor pattern method for DbLikeExpression. |
![]() | Visit(DbLimitExpression) | Visitor pattern method for DbLimitExpression. |
![]() | Visit(DbNewInstanceExpression) | Typed visitor pattern method for DbNewInstanceExpression. |
![]() | Visit(DbNotExpression) | Typed visitor pattern method for DbNotExpression. |
![]() | Visit(DbNullExpression) | Typed visitor pattern method for DbNullExpression. |
![]() | Visit(DbOfTypeExpression) | Typed visitor pattern method for DbOfTypeExpression. |
![]() | Visit(DbOrExpression) | Typed visitor pattern method for DbOrExpression. |
![]() | Visit(DbParameterReferenceExpression) | Typed visitor pattern method for DbParameterReferenceExpression. |
![]() | Visit(DbProjectExpression) | Typed visitor pattern method for DbProjectExpression. |
![]() | Visit(DbPropertyExpression) | Typed visitor pattern method for DbPropertyExpression. |
![]() | Visit(DbQuantifierExpression) | Typed visitor pattern method for DbQuantifierExpression. |
![]() | Visit(DbRefExpression) | Typed visitor pattern method for DbRefExpression. |
![]() | Visit(DbRefKeyExpression) | Visitor pattern method for DbRefKeyExpression. |
![]() | Visit(DbRelationshipNavigationExpression) | Typed visitor pattern method for DbRelationshipNavigationExpression. |
![]() | Visit(DbScanExpression) | Typed visitor pattern method for DbScanExpression. |
![]() | Visit(DbSkipExpression) | Typed visitor pattern method for DbSkipExpression. |
![]() | Visit(DbSortExpression) | Typed visitor pattern method for DbSortExpression. |
![]() | Visit(DbTreatExpression) | Typed visitor pattern method for DbTreatExpression. |
![]() | Visit(DbUnionAllExpression) | Typed visitor pattern method for DbUnionAllExpression. |
![]() | Visit(DbVariableReferenceExpression) | Typed visitor pattern method for DbVariableReferenceExpression. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.