Show / Hide Table of Contents

Method When

| Improve this Doc View Source

When(Column<TOn>)

Constructs CASE ON WHEN expression.

Declaration
public CaseOnWhen<TOn, TResult> When(Column<TOn> when)
Parameters
Type Name Description
Column<TOn> when

The condition.

Returns
Type Description
CaseOnWhen<TOn, TResult>

The result.

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