[]
Gets the collection of rows in the result set of the SQL query.
public IItemCollection<DataRow> Rows { get; }
An IItemCollection<T> representing the rows in the result set.