Show / Hide Table of Contents

Class UnaryExpression<T>

Column expression with single operand.

Inheritance
System.Object
ColumnExpression
ColumnExpression<T>
UnaryExpression<T>
Inherited Members
ColumnExpression<T>.Owner
ColumnExpression<T>.MakeColumn<TColumn>()
ColumnExpression<T>.GetOwner()
ColumnExpression.BaseColumns
ColumnExpression.ScalarSourceModels
ColumnExpression.AggregateSourceModels
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)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest