A newer version of this page is available.
Switch to the current version.
Column Class
A column of a data table retrieved by a SelectQuery.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
public sealed class Column :
AliasedBase
Public NotInheritable Class Column
Inherits AliasedBase
Related API Members
The following members accept/return Column objects:
Remarks
A Column object is returned by the SelectQuery.SelectColumn and SelectQuery.SelectExpression methods.
To access all columns selected by a specific query, use the SelectQuery.Columns property.
Inheritance
See Also
Feedback