DataSet::Merge Method
.NET Framework (current version)
Merges a specified DataSet, DataTable, or array of DataRow objects into the current DataSet or DataTable.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Merge(array<DataRow^>^) | |
![]() | Merge(array<DataRow^>^, Boolean, MissingSchemaAction) | |
![]() | Merge(DataSet^) | Merges a specified DataSet 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(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^) | |
![]() | 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:
