ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data Namespace / DataTable Class / Columns Property

In This Topic
    Columns Property (DataTable)
    In This Topic
    Gets the collection of columns in the result set of the SQL query.
    Syntax
    'Declaration
     
    Public ReadOnly Property Columns As IItemCollection(Of DataColumn)
    public IItemCollection<DataColumn> Columns {get;}

    Property Value

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