Back to Devexpress

AllColumns Class

corelibraries-devexpress-dot-dataaccess-dot-sql-a4c751c0.md

latest1.8 KB
Original Source

AllColumns Class

Corresponds to all columns from one or more data tables selected by a SelectQuery.

Namespace : DevExpress.DataAccess.Sql

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public sealed class AllColumns :
    ColumnBase
vb
Public NotInheritable Class AllColumns
    Inherits ColumnBase

The following members return AllColumns objects:

Remarks

An AllColumns object is returned by the SelectQuery.SelectAll method.

Setting the AllColumns.Table property to null will select all columns from all selected data tables.

Inheritance

Object ColumnBase AllColumns

See Also

AllColumns Members

SelectAll

Column

DevExpress.DataAccess.Sql Namespace