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

Expression(String) Constructor

Initializes a new instance of the Expression class with the specified expression.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Data.v18.2.dll

Declaration

public Expression(
    string expressionString
)

Parameters

Name Type Description
expressionString String

A String value, specifying the expression. This value is assigned to the Expression.ExpressionString property.

See Also