Overload List
Name | Description | |
---|---|---|
![]() | Merge(DataSet) | Merges a specified DataSet and its schema into the current DataSet. (Inherited from DataSet.) |
![]() | Merge(DataTable) | (Inherited from DataSet.) |
![]() | Merge(array<DataRow>[]()[]) | (Inherited from 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. (Inherited from DataSet.) |
![]() | 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. (Inherited from DataSet.) |
![]() | 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. (Inherited from DataSet.) |
![]() | 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. (Inherited from DataSet.) |