ESRI.ArcGIS.ADF.Web
MergeFailed Event
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsDataSet Class : MergeFailed Event




Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Action")>
<ResDescriptionAttribute("Occurs when it is not possible to merge schemas for two tables with the same name.")>
Public Event MergeFailed As MergeFailedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As GraphicsDataSet
Dim handler As MergeFailedEventHandler
 
AddHandler instance.MergeFailed, handler
C# 
[ResCategoryAttribute("Action")]
[ResDescriptionAttribute("Occurs when it is not possible to merge schemas for two tables with the same name.")]
public event MergeFailedEventHandler MergeFailed

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.

PropertyDescription
Conflict Returns a description of the merge conflict.
Table Returns the System.Data.DataTable object.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.