This documentation is archived and is not being maintained.
DataSet::Merge Method
Visual Studio 2010
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Merge(array<DataRow>) | Merges an array of DataRow objects into the current DataSet. |
|
Merge(DataSet) | Merges a specified DataSet and its schema into the current DataSet. |
|
Merge(DataTable) | Merges a specified DataTable and its schema into the current DataSet. |
|
Merge(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. |
|
Merge(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. |
|
Merge(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. |
|
Merge(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. |
Show: