FunctionOperator Constructors
A function operator based on a FunctionOperatorType.Name | Parameters | Description |
---|---|---|
FunctionOperator() | none | Initializes a new instance of the FunctionOperator class with the default settings. |
FunctionOperator(FunctionOperatorType, CriteriaOperator[]) | type, operands | Initializes a new instance of the FunctionOperator class with the default settings. |
FunctionOperator(FunctionOperatorType, IEnumerable<CriteriaOperator>) | type, operands | Initializes a new instance of the FunctionOperator class with the specified parameters. |
FunctionOperator(String, CriteriaOperator[]) | customFunctionName, operands | Initializes a new instance of the FunctionOperator class. |
FunctionOperator(String, IEnumerable<CriteriaOperator>) | customFunctionName, operands | Initializes a new instance of the FunctionOperator class with the specified settings. |
See Also