Gets the next data set
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
- firstRow (Int32)
- numberOfRows (Int32)