Class FdlCLikeBooleanExpressionEvaluator
Converts a Boolean expression into an integer value that can be used in subsequent numerical operations.
Inheritance
System.Object
FdlCLikeBooleanExpressionEvaluator
Namespace: MESL.SqlRace.Domain.Functions.Fdl
Assembly: MESL.SqlRace.Domain.dll
Syntax
public static class FdlCLikeBooleanExpressionEvaluator : Object
Methods
Evaluate(Boolean)
Evaluates the specified value.
Declaration
public static int Evaluate(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | value | if set to |
Returns
| Type | Description |
|---|---|
| System.Int32 | 1 if |