IObjectSpace.ParseCriteria(String) Method
In This Article
Tries to convert the specified string representation of an expression to its CriteriaOperator equivalent.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
CriteriaOperator ParseCriteria(
string criteria
)
#Parameters
Name | Type | Description |
---|---|---|
criteria | String | A string representation of the criteria. |
#Returns
Type | Description |
---|---|
Criteria |
A Criteria |
See Also