MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / Table Class / Columns Property

In This Topic
Columns Property (Table)
In This Topic
Gets the collection of columns in the table.
Syntax
'Declaration
 
Public ReadOnly Property Columns As IItemCollection(Of Column)
 

Property Value

An GrapeCity.ActiveReports.QueryDesigner.Implementation.IItemCollection<T> representing the columns in the table.
See Also