[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.DataTable.Columns

Columns Property

Columns

Gets the collection of columns in the result set of the SQL query.

Declaration
public IItemCollection<DataColumn> Columns { get; }
Property Value
Type Description
IItemCollection<DataColumn>

An IItemCollection<T> representing the columns in the result set.