TableInfo.SelectColumn(String) Method
Selects the specified data column from the table.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value, specifying the column name. |
Returns
Type | Description |
---|---|
ColumnInfo | A ColumnInfo object. |
See Also