Advanced.Data.Provider Documentation

AdpDataAdapter.Fill Method (DataSet)

[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".

[Visual Basic]
NotOverridable Overloads Public Function Fill( _
   ByVal dataSet As DataSet _
) As Integer Implements _
   IDataAdapter.Fill
[C#]
public int Fill(
   DataSet dataSet
);

Parameters

dataSet
A DataSet to fill with records and, if necessary, schema.

Return Value

The number of rows successfully added to or refreshed in the DataSet. This does not include rows affected by statements that do not return rows.

Implements

IDataAdapter.Fill

See Also

AdpDataAdapter Class | Advanced.Data.Provider Namespace | AdpDataAdapter.Fill Overload List