DataAdapter::Fill Method

 

Adds or refreshes rows in the DataSet to match those in the data source.

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

NameDescription
System_CAPS_pubmethodFill(DataSet^)

Adds or refreshes rows in the DataSet to match those in the data source.

System_CAPS_protmethodFill(DataSet^, String^, IDataReader^, Int32, Int32)

Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataSet and DataTable names.

System_CAPS_protmethodFill(DataTable^, IDataReader^)

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

System_CAPS_protmethodFill(array<DataTable^>^, IDataReader^, Int32, Int32)

Adds or refreshes rows in a specified range in the collection of DataTable objects to match those in the data source.

Return to top
Show: