Skip to main content

Expression(String, Type) Constructor

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

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public Expression(
    string expressionString,
    Type resultType
)

Parameters

Name Type Description
expressionString String

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

resultType Type

A Type object, specifying the expression result type. This value is assigned to the Expression.ResultType property.

See Also