Skip to main content

Expression(String) Constructor

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

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

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