Show / Hide Table of Contents

Class CaseExpression<TResult>

Represents a CASE WHEN..ELSE... expression.

Inheritance
System.Object
ColumnExpression
ColumnExpression<TResult>
CaseExpression<TResult>
Inherited Members
ColumnExpression<TResult>.Owner
ColumnExpression<TResult>.MakeColumn<TColumn>()
ColumnExpression<TResult>.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 sealed class CaseExpression<TResult> : ColumnExpression<TResult>
Type Parameters
Name Description
TResult

The data type of the result.

Properties

Name Description
Item[DataRow]

Methods

Name Description
Else<TColumn>(TColumn)

Builds the ELSE... expression.

GetAggregateBaseModels()
GetBaseColumns()
GetDbExpression()
GetScalarSourceModels()
PerformTranslateTo(Model)
When(_Boolean)

Construct CASE WHEN expression.

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