Skip to main content
A newer version of this page is available. .

XPObjectSpace.ParseCriteria(String) Method

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

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v19.1.dll

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