System.Data Namespace DataSet Class
Occurs when a target and source DataRow have the same primary key value, and EnforceConstraints is set to true.
[ VB ] Public Event MergeFailed As MergeFailedEventHandler [ C# ] public event MergeFailedEventHandler MergeFailed; [ C++ ] public: __event MergeFailedEventHandler* MergeFailed;
In [ JScript ], you can handle the events defined by a class, but you cannot define your own.
The event handler receives an argument of type MergeFailedEventArgs containing data related to this event. The following MergeFailedEventArgs properties provide information specific to this event.
For more information about handling events, see Web Forms Events and Handlers.
DataSet Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note