.NET Framework Class Library
DataSet.Merge Method
Merges a specified
DataSet,
DataTable, or array of
DataRow objects into the current
DataSet or
DataTable.
|
Name
|
Description
|
|
DataSet.Merge (DataRow[])
|
Merges an array of DataRow objects into the current DataSet.
Supported by the .NET Compact Framework.
|
|
DataSet.Merge (DataSet)
|
Merges a specified DataSet and its schema into the current DataSet.
Supported by the .NET Compact Framework.
|
|
DataSet.Merge (DataTable)
|
Merges a specified DataTable and its schema into the current DataSet.
Supported by the .NET Compact Framework.
|
|
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.
Supported by the .NET Compact Framework.
|
|
DataSet.Merge (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.
Supported by the .NET Compact Framework.
|
|
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.
Supported by the .NET Compact Framework.
|
|
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.
Supported by the .NET Compact Framework.
|