.NET Framework Class Library
DataSet..::.Merge Method
|
| Name | Description |
|---|
.gif) .gif) .gif) | Merge(array<DataRow>[]()[]) | Merges an array of DataRow objects into the current DataSet. |
.gif) .gif) .gif) | Merge(DataSet) | Merges a specified DataSet and its schema into the current DataSet. |
.gif) .gif) .gif) | Merge(DataTable) | Merges a specified DataTable and its schema into the current DataSet. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | 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. |
Top
Reference
Other Resources