Class DbConstantExpression
Represents a database constant expression.
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 sealed class DbConstantExpression : DbExpression
Properties
Name | Description |
---|---|
Column | Gets the expression column. |
Value | Gets the constant value. |
Methods
Name | Description |
---|---|
Accept(DbExpressionVisitor) | |
Accept<T>(DbExpressionVisitor<T>) |