Skip to main content
.NET 6.0+

XPObjectSpace.ParseCriteria(String) Method

Parses the specified criteria expression in the XPObjectSpace‘s XPObjectSpace.Session.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v23.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
CriteriaOperator

A CriteriaOperator object that specifies an expression.

See Also