Gets the next set of data
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public virtual DataSet GetDataSet( int firstRow, int numberOfRows )
Public Overridable Function GetDataSet ( _ firstRow As Integer, _ numberOfRows As Integer _ ) As DataSet
public: virtual DataSet^ GetDataSet( int firstRow, int numberOfRows )
 Parameters
 Parameters- firstRow (Int32)
- numberOfRows (Int32)