Advanced.Data.Provider Documentation

AdpDataAdapter.Fill Method

[This is preliminary documentation and subject to change.]

Adds or refreshes rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable named "Table".

Overload List

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);

See Also

AdpDataAdapter Class | Advanced.Data.Provider Namespace