Skip to main content
A newer version of this page is available. .
All docs
V20.2

SelectExpression(String) Constructor

Initializes a new instance of the SelectExpression class with specified settings.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public SelectExpression(
    string expressionString
)

Parameters

Name Type
expressionString String
See Also