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

BaseObjectSpace.ConvertExpressionsStringToExpressionsList(String) Method

Returns the list of DataViewExpression objects converted from the passed semicolon-separated expressions list.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public static IList<DataViewExpression> ConvertExpressionsStringToExpressionsList(
    string expressions
)

Parameters

Name Type Description
expressions String

A semicolon-separated string that specifies expressions used to compute the column value.

Returns

Type Description
IList<DataViewExpression>

A list of DataViewExpression objects.

See Also