Method On
| Improve this Doc View SourceOn<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. |