IObjectSpace.ParseCriteria(String) Method
Tries to convert the specified string representation of an expression to its CriteriaOperator equivalent.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| criteria | String | A string representation of the criteria. |
Returns
| Type | Description |
|---|---|
| CriteriaOperator | A CriteriaOperator object that specifies an expression. |
See Also