Class DbExpressionVisitor<T>
Represents a vistor to return a result from database expression trees.
Inheritance
System.Object
DbExpressionVisitor<T>
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<T>
Type Parameters
Name | Description |
---|---|
T | Type of result. |
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. |