Show / Hide Table of Contents

Method Then

| Improve this Doc View Source

Then(Column<TResult>)

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

Declaration
public CaseOnExpression<TWhen, TResult> Then(Column<TResult> then)
Parameters
Type Name Description
Column<TResult> then

The column for THEN expression.

Returns
Type Description
CaseOnExpression<TWhen, TResult>

The result expression.

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