Method When
| Improve this Doc View SourceWhen(_Boolean)
Construct CASE WHEN expression.
Declaration
public CaseWhen<TResult> When(_Boolean when)
Parameters
| Type | Name | Description |
|---|---|---|
| _Boolean | when | The condition. |
Returns
| Type | Description |
|---|---|
| CaseWhen<TResult> | The result. |