Overload List

  NameDescription
Merge(DataTable)
Merge the specified DataTable with the current DataTable.
(Inherited from DataTable.)
Merge(DataTable, Boolean)
Merge the specified DataTable with the current DataTable, indicating whether to preserve changes in the current DataTable.
(Inherited from DataTable.)
Merge(DataTable, Boolean, MissingSchemaAction)
Merge the specified DataTable with the current DataTable, indicating whether to preserve changes and how to handle missing schema in the current DataTable.
(Inherited from DataTable.)

See Also