XPObjectSpace.ParseCriteria(String) Method
In This Article
Parses the specified criteria expression in the XPObjectSpace‘s XPObjectSpace.Session.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Xpo
#Declaration
public override CriteriaOperator ParseCriteria(
string criteria
)
#Parameters
Name | Type | Description |
---|---|---|
criteria | String | A string representation of the criteria. |
#Returns
Type | Description |
---|---|
Criteria |
A Criteria |
See Also