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

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

    Property Value

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