A newer version of this page is available.
Switch to the current version.
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; }
ReadOnly Property Columns As IEnumerable(Of IColumn)
Property Value
Type | Description |
---|---|
IEnumerable<IColumn> | A collection of objects implementing the IColumn interface that are columns belonging to the current table. |
See Also
Feedback