XPObjectSpace.ParseCriteria(String) Method
Parses the specified criteria expression in the XPObjectSpace‘s XPObjectSpace.Session.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Xpo
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