Class DbExpression
Represents a database expression.
Inheritance
System.Object
DbExpression
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 DbExpression
Properties
Name | Description |
---|---|
DataType | Gets the data type of this expression. |
Methods
Name | Description |
---|---|
Accept(DbExpressionVisitor) | Dispatches to the specific visit method for this node type. |
Accept<T>(DbExpressionVisitor<T>) | Dispatches to the specific visit method for this node type. |