Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IObjectSpace.ParseCriteria(String) Method

Tries to convert the specified string representation of an expression to its CriteriaOperator equivalent.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

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