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