[]
Represents logical functions.
public static class LogicalFunctions
| Name | Description |
|---|---|
| Iif(List<IExpression>) | Returns the evaluation of one of two expressions, depending on the condition. |
| IsNull(List<IExpression>) | Returns True if the specified Value is NULL. |