SelectQueryFluentBuilder.SelectColumns(String[]) Method
Selects the specified columns from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| columnNames | String[] | An array of String values, specifying the column names. |
Returns
| Type | Description |
|---|---|
| SelectQueryFluentBuilder | A SelectQueryFluentBuilder object. |
See Also