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

Expression(String, Type) Constructor

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

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Data.v18.2.dll

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