ICustomFunctionOperatorConvertibleToExpression Members
Implemented by custom functions that can be converted to a LINQ expression.Properties
| Name | Description |
|---|---|
| Name | When implemented by a custom function, specifies its name. Inherited from ICustomFunctionOperator. |
Methods
| Name | Description |
|---|---|
| Convert(ICriteriaToExpressionConverter, Expression[]) | When implemented by a custom function, converts it to a Linq-expression. |
| Evaluate(Object[]) | When implemented by a custom function, evaluates it on the client. Inherited from ICustomFunctionOperator. |
| ResultType(Type[]) | When implemented by a custom function, determines its return value type based on the type of function operands (parameters). Inherited from ICustomFunctionOperator. |
See Also