ICustomFunctionOperatorCompileableWithCaseSensitivity.Create(Boolean, Expression[]) Method
When implemented by a custom function, creates a LINQ expression.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v23.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
caseSensitive | Boolean | |
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