Overload List

  NameDescription
Merge(DataSet)
Merges a specified DataSet and its schema into the current DataSet.
(Inherited from DataSet.)
Merge(DataTable)
Merges a specified DataTable and its schema into the current DataSet.
(Inherited from DataSet.)
Merge(array<DataRow>[]()[])
Merges an array of DataRow objects into the current DataSet.
(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.)

See Also