Adds or refreshes rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable named "Table".
Adds or refreshes rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable named "Table".
public int Fill(DataSet);
Adds or refreshes rows in the DataSet to match those in the data source using the DataSet and DataTable names.
public int Fill(DataSet,string);
AdpDataAdapter Class | Advanced.Data.Provider Namespace