[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel.Table.Columns

Columns Property

Columns

Gets the collection of columns in the table.

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

An IItemCollection<T> representing the columns in the table.