Class DbExpressionVisitor
Represents a visitor for database expression trees.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public abstract class DbExpressionVisitor
Methods
| Name | Description |
|---|---|
| Visit(DbBinaryExpression) | Visits the DbBinaryExpression. |
| Visit(DbCaseExpression) | Visits the DbCaseExpression. |
| Visit(DbCastExpression) | Visits the DbCastExpression. |
| Visit(DbColumnExpression) | Visits the DbColumnExpression. |
| Visit(DbConstantExpression) | Visits the DbConstantExpression. |
| Visit(DbFunctionExpression) | Visits the DbFunctionExpression. |
| Visit(DbParamExpression) | Visits the DbParamExpression. |
| Visit(DbUnaryExpression) | Visits the DbUnaryExpression. |