ICustomFunctionOperatorCompileable.Create(Expression[]) Method
When implemented by a custom function, creates a LINQ expression.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
operands | Expression[] | An array of Expression objects specifying function operands (parameters). |
Returns
Type | Description |
---|---|
Expression | An Expression object that specifies the LINQ expression. |
See Also