Class UnaryExpression<T>
Column expression with single operand.
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 UnaryExpression<T> : ColumnExpression<T>
Type Parameters
| Name | Description |
|---|---|
| T | Data type of the column. |
Constructors
| Name | Description |
|---|---|
| UnaryExpression(Column<T>) | Initializes a new instance of UnaryExpression<T> object. |
Properties
| Name | Description |
|---|---|
| ExpressionKind | Gets the kind of the unary expression. |
| Item[DataRow] | |
| Operand | Gets the operand of this expression. |
Methods
| Name | Description |
|---|---|
| EvalCore(T) | Evaluates against the given value. |
| GetAggregateBaseModels() | |
| GetBaseColumns() | |
| GetDbExpression() | |
| GetScalarSourceModels() | |
| PerformTranslateTo(Model) |