Show / Hide Table of Contents

Method Then

| Improve this Doc View Source

Then(Column<T>)

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

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

The column for THEN... expression.

Returns
Type Description
CaseExpression<T>

The result expression.

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