Show / Hide Table of Contents

Method On

| Improve this Doc View Source

On<T>(Column<T>)

Constructs ON statement of CASE expression

Declaration
public static CaseOn<T> On<T>(Column<T> on)
Parameters
Type Name Description
Column<T> on

The column expression.

Returns
Type Description
CaseOn<T>

A CaseOn<T> struct for further expression construct.

Type Parameters
Name Description
T

Data type of the column.

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