Method When
| Improve this Doc View SourceWhen(_Boolean)
Constructs WHEN statement of CASE expression.
Declaration
public static CaseWhen When(_Boolean when)
Parameters
| Type | Name | Description |
|---|---|---|
| _Boolean | when | The condition. |
Returns
| Type | Description |
|---|---|
| CaseWhen | A CaseWhen struct for further expression construct. |