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
Parameters
Name | Type | Description |
---|---|---|
expressionString | String | A String value, specifying the expression. This value is assigned to the Expression.ExpressionString property. |
See Also