AmoDataAdapter.Fill(DataSet) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds or refreshes rows in a specified range in the DataSet to match those in the data source.
public override int Fill (System.Data.DataSet dataSet);
override this.Fill : System.Data.DataSet -> int
Public Overrides Function Fill (dataSet As DataSet) As Integer
Parameters
- dataSet
- DataSet
Represents an in-memory cache of data.
Returns
The number of rows successfully added to or refreshed in the DataSet.