[]
Initializes a new instance of the FunctionExpression class.
public InExpression(IExpressionEngine engine, List<IExpression> parms, IExpression exprLeft)
| Type | Name | Description |
|---|---|---|
| IExpressionEngine | engine | the engine that initializes this expression. |
| List<IExpression> | parms | the argumetns of the IN. |
| IExpression | exprLeft | the left IExpression. |