6.6.5.1 Fill
Fill populates or refreshes the specified DataTable or DataSet.
Overload List:
-
Fill(DataTable, OracleRefCursor)
This method adds or refreshes rows in the specified
DataTableto match those in the providedOracleRefCursorobject. -
Fill(DataSet, OracleRefCursor)
This method adds or refreshes rows in the
DataSetto match those in the providedOracleRefCursorobject. -
Fill(DataSet, string, OracleRefCursor)
This method adds or refreshes rows in the specified source table of the
DataSetto match those in the providedOracleRefCursorobject. -
Fill(DataSet, int, int, string, OracleRefCursor)
This method adds or refreshes rows in a specified range in the
DataSetto match rows in the providedOracleRefCursorobject.