asp.net.ph

DataSet.MergeFailed Event

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.

Event Data

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.

Property Description
Conflict Returns a description of the merge conflict.
Table Returns the name of the DataTable.

Remarks

For more information about handling events, see Web Forms Events and Handlers.

See Also

DataSet Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph