Method Then
| Improve this Doc View SourceThen<TResult>(Column<TResult>)
Constructs the CASE ON...WHEN...THEN expression.
Declaration
public CaseOnExpression<TWhen, TResult> Then<TResult>(Column<TResult> then)
Parameters
| Type | Name | Description |
|---|---|---|
| Column<TResult> | then | The column for THEN expression. |
Returns
| Type | Description |
|---|---|
| CaseOnExpression<TWhen, TResult> | The result expression. |
Type Parameters
| Name | Description |
|---|---|
| TResult | Data type of THEN column. |