Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataAdapter::Fill Method (DataTable^, IDataReader^)

 

Adds or refreshes rows in the DataTable to match those in the data source using the DataTable name and the specified IDataReader.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

protected:
virtual int Fill(
	DataTable^ dataTable,
	IDataReader^ dataReader
)

Parameters

dataTable
Type: System.Data::DataTable^

A DataTable to fill with records.

dataReader
Type: System.Data::IDataReader^

An instance of IDataReader.

Return Value

Type: System::Int32

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

See the remarks for System.Data.Common.DataAdapter.Fill(System.Data.DataSet) for additional information.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft