Class ConstantExpression<T>
Represents a constant value expression.
Inheritance
System.Object
ConstantExpression<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 sealed class ConstantExpression<T> : ValueExpression<T>
Type Parameters
| Name | Description |
|---|---|
| T | The data type. |
Constructors
| Name | Description |
|---|---|
| ConstantExpression(T) | Initializes a new instance of ConstantExpression<T> object. |
Methods
| Name | Description |
|---|---|
| GetDbExpression() |