Research on the Merge method of DataSet

Source: Internet
Author: User

InADO. NETWe are merging two identical or similarDataSetUsuallyDataSetOfMergeMethod. This method has multiple overloaded versions. We will review it before introducing it.MergeMethod, the following isMSDNModerateMergeUsage instructions:

MergeThe method is used to merge two similar architectures. Html/frlrfsystemdatadatasetclasstopic.htm ">DataSet Object. Merging client applications is usually used to merge recent changes in the data source to existingDataSet. This allows the client application to have the latest data refresh from the data source.DataSet. Usually called at the end of a series of processesMergeMethods, which involve verifying changes, eliminating errors, updating data sources using changes, and finally refreshing existingDataSet.

In client applications, there is usually a button that you can click to collect and verify the changed data, and then send it back to the middle layer component. In this case GetChanges Method. This method returns another optimized for verification and mergeDataSet. SecondDataSetThe object only contains the modified

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.