Show / Hide Table of Contents

Method Then

| Improve this Doc View Source

Then<T>(Column<T>)

Constructs CASE WHEN...THEN... expression.

Declaration
public CaseExpression<T> Then<T>(Column<T> then)
Parameters
Type Name Description
Column<T> then

The column for THEN expression.

Returns
Type Description
CaseExpression<T>

The result expression.

Type Parameters
Name Description
T

The data type of column for THEN expression.

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