Back to Devexpress

SelectQueryFluentBuilder.SelectColumns(String[]) Method

corelibraries-devexpress-dot-dataaccess-dot-sql-dot-selectqueryfluentbuilder-dot-selectcolumns-x28-system-dot-string-x29.md

latest1.9 KB
Original Source

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.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public SelectQueryFluentBuilder SelectColumns(
    params string[] columnNames
)
vb
Public Function SelectColumns(
    ParamArray columnNames As String()
) As SelectQueryFluentBuilder

Parameters

NameTypeDescription
columnNamesString[]

An array of String values, specifying the column names.

|

Returns

TypeDescription
SelectQueryFluentBuilder

A SelectQueryFluentBuilder object.

|

See Also

SelectQueryFluentBuilder Class

SelectQueryFluentBuilder Members

DevExpress.DataAccess.Sql Namespace