Show / Hide Table of Contents

Struct CaseOnWhen<TWhen, TResult>

Represents a CASE ON...WHEN expression.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public struct CaseOnWhen<TWhen, TResult>
Type Parameters
Name Description
TWhen

Data type of WHEN column.

TResult

Data type of the result column.

Methods

Name Description
Then(Column<TResult>)

Constructs the CASE ON...WHEN...THEN expression.

Extension Methods

ColumnExtensions.WithDefaultValue<TColumn, TValue>(TColumn, TValue, String, String)
ColumnExtensions.WithValueComparer<TColumn, TValue>(TColumn, IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest