ICustomFunctionOperatorCompileable.Create(Expression[]) Method
When implemented by a custom function, creates a LINQ expression.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
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