.NET Framework Class Library
DataSet..::.Merge Method

Merges a specified DataSet, DataTable, or array of DataRow objects into the current DataSet or DataTable.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMerge(array<DataRow>[]()[])Merges an array of DataRow objects into the current DataSet.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMerge(DataSet)Merges a specified DataSet and its schema into the current DataSet.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMerge(DataTable)Merges a specified DataTable and its schema into the current DataSet.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMerge(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.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMerge(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.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMerge(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.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMerge(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
See Also

Reference

Other Resources

Tags :


Community Content

dilipet
HasErrors and RowErrors are not set
HasErrors and RowErrors are not set on the source datatable.
Tags :

Page view tracker