DataSet::Merge Method

 

Merges a specified DataSet, DataTable, or array of DataRow objects into the current DataSet or DataTable.

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

NameDescription
System_CAPS_pubmethodMerge(array<DataRow^>^)

Merges an array of DataRow objects into the current DataSet.

System_CAPS_pubmethodMerge(array<DataRow^>^, Boolean, MissingSchemaAction)

Merges an array of DataRow objects into the current DataSet, preserving or discarding changes in the DataSet and handling an incompatible schema according to the given arguments.

System_CAPS_pubmethodMerge(DataSet^)

Merges a specified DataSet and its schema into the current DataSet.

System_CAPS_pubmethodMerge(DataSet^, Boolean)

Merges a specified DataSet and its schema into the current DataSet, preserving or discarding any changes in this DataSet according to the given argument.

System_CAPS_pubmethodMerge(DataSet^, Boolean, MissingSchemaAction)

Merges a specified DataSet and its schema with the current DataSet, preserving or discarding changes in the current DataSet and handling an incompatible schema according to the given arguments.

System_CAPS_pubmethodMerge(DataTable^)

Merges a specified DataTable and its schema into the current DataSet.

System_CAPS_pubmethodMerge(DataTable^, Boolean, MissingSchemaAction)

Merges a specified DataTable and its schema into the current DataSet, preserving or discarding changes in the DataSet and handling an incompatible schema according to the given arguments.

Return to top
Show: