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

TableInfo.SelectColumn(String, AggregationType, String) Method

Selects the specified column from the current table.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public ColumnInfo SelectColumn(
    string name,
    AggregationType aggregation,
    string alias
)

Parameters

Name Type Description
name String

A String value that specifies the name of the column.

aggregation AggregationType

A AggregationType enumeration value that specifies the aggregation type applied to the column.

alias String

A String that specifies the column alias.

Returns

Type Description
ColumnInfo

A ColumnInfo object that identifies the data column.

See Also