Show / Hide Table of Contents

Method When

| Improve this Doc View Source

When(Column<T>)

Constructs CASE ON...WHEN expression.

Declaration
public CaseOnWhen<T> When(Column<T> when)
Parameters
Type Name Description
Column<T> when

The condition.

Returns
Type Description
CaseOnWhen<T>

The result.

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