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

ITable.Columns Property

Gets the collection of columns that belong to the current table.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

IEnumerable<IColumn> Columns { get; }

Property Value

Type Description
IEnumerable<IColumn>

A collection of objects implementing the IColumn interface that are columns belonging to the current table.

See Also