Show / Hide Table of Contents

Class DbExpression

Represents a database expression.

Inheritance
System.Object
DbExpression
DbBinaryExpression
DbCaseExpression
DbCastExpression
DbColumnExpression
DbConstantExpression
DbFunctionExpression
DbParamExpression
DbUnaryExpression
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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest