Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / MergeFailedEvent.cs / 1305376 / MergeFailedEvent.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
// [....]
// [....]
//-----------------------------------------------------------------------------
namespace System.Data {
using System;
///
/// [To be supplied.]
///
public class MergeFailedEventArgs : EventArgs {
private DataTable table;
private string conflict;
///
/// [To be supplied.]
///
public MergeFailedEventArgs(DataTable table, string conflict) {
this.table = table;
this.conflict = conflict;
}
///
/// Gets the name of the .
///
public DataTable Table {
get { return table; }
}
///
/// Gets a description of the merge conflict.
///
public string Conflict {
get { return conflict; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ExpressionBuilderCollection.cs
- WindowShowOrOpenTracker.cs
- OpenFileDialog.cs
- SerializationException.cs
- StandardOleMarshalObject.cs
- DataSetMappper.cs
- wgx_sdk_version.cs
- ProtocolsConfigurationEntry.cs
- PageCatalogPart.cs
- SharedDp.cs
- Transform3DGroup.cs
- ContentOperations.cs
- LightweightEntityWrapper.cs
- CommandBindingCollection.cs
- EdmSchemaAttribute.cs
- PingOptions.cs
- SQLBinary.cs
- ListDictionary.cs
- RequestSecurityTokenResponseCollection.cs
- FilteredAttributeCollection.cs
- Normalization.cs
- SpecialNameAttribute.cs
- BatchWriter.cs
- GridViewItemAutomationPeer.cs
- DictionaryManager.cs
- RelatedView.cs
- XmlHelper.cs
- UnsafeNativeMethods.cs
- EntityCommand.cs
- _TimerThread.cs
- BookmarkEventArgs.cs
- CacheVirtualItemsEvent.cs
- ConsumerConnectionPointCollection.cs
- AppSettingsSection.cs
- MemoryStream.cs
- DispatchWrapper.cs
- Freezable.cs
- InstanceDataCollection.cs
- HtmlShimManager.cs
- MimeBasePart.cs
- InfoCardKeyedHashAlgorithm.cs
- NetCodeGroup.cs
- TypeGeneratedEventArgs.cs
- NetworkCredential.cs
- ListControl.cs
- ProfilePropertyMetadata.cs
- DocumentEventArgs.cs
- WindowsStreamSecurityBindingElement.cs
- MenuCommand.cs
- ToolTipService.cs
- TextElementEditingBehaviorAttribute.cs
- CodeVariableReferenceExpression.cs
- StringDictionary.cs
- ServiceModelConfigurationSectionCollection.cs
- LogStream.cs
- CheckBoxPopupAdapter.cs
- Image.cs
- PropertiesTab.cs
- SynthesizerStateChangedEventArgs.cs
- Button.cs
- Constraint.cs
- DocumentSequence.cs
- RoleService.cs
- DependencyObjectCodeDomSerializer.cs
- ViewStateModeByIdAttribute.cs
- PathParser.cs
- ScriptControlManager.cs
- SafeThreadHandle.cs
- XmlDownloadManager.cs
- DSASignatureDeformatter.cs
- X509Extension.cs
- TCEAdapterGenerator.cs
- DataGridViewAutoSizeModeEventArgs.cs
- CancellationTokenSource.cs
- ProcessHostServerConfig.cs
- TextElement.cs
- MailBnfHelper.cs
- CollectionBuilder.cs
- DockPanel.cs
- Win32Exception.cs
- XmlSerializerVersionAttribute.cs
- WebConfigurationFileMap.cs
- basevalidator.cs
- WebServiceMethodData.cs
- ParagraphResult.cs
- ClusterSafeNativeMethods.cs
- SecureConversationVersion.cs
- _BaseOverlappedAsyncResult.cs
- WsdlBuildProvider.cs
- XmlTextAttribute.cs
- AccessDataSourceView.cs
- XmlDocumentFragment.cs
- TrailingSpaceComparer.cs
- ArrayTypeMismatchException.cs
- TextServicesLoader.cs
- XmlDocumentSerializer.cs
- TargetFrameworkUtil.cs
- FormViewDeleteEventArgs.cs
- _UriSyntax.cs
- ConsumerConnectionPointCollection.cs