[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.DataTable.Rows

Rows Property

Rows

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

Declaration
public IItemCollection<DataRow> Rows { get; }
Property Value
Type Description
IItemCollection<DataRow>

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