Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Data / System / Data / MergeFailedEvent.cs / 1 / MergeFailedEvent.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
// [....]
// [....]
//-----------------------------------------------------------------------------
namespace System.Data {
using System;
///
/// [To be supplied.]
///
#if WINFSInternalOnly
internal
#else
public
#endif
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.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridCommandEventArgs.cs
- WpfXamlMember.cs
- StringValidatorAttribute.cs
- HttpWriter.cs
- DocumentViewerBase.cs
- DataSpaceManager.cs
- DelegateTypeInfo.cs
- EdmType.cs
- TextTreeInsertUndoUnit.cs
- EntityCommand.cs
- CancellationState.cs
- HttpProfileBase.cs
- ArgumentsParser.cs
- WebPartDescriptionCollection.cs
- SoapTypeAttribute.cs
- HtmlInputImage.cs
- HtmlElementCollection.cs
- SafeSystemMetrics.cs
- XmlEncodedRawTextWriter.cs
- CompiledXpathExpr.cs
- ISFClipboardData.cs
- EnumerableValidator.cs
- HttpRuntimeSection.cs
- BrushValueSerializer.cs
- XmlCharType.cs
- AttributeEmitter.cs
- InputLangChangeEvent.cs
- NotifyIcon.cs
- DropDownList.cs
- ComponentResourceKeyConverter.cs
- AttributeParameterInfo.cs
- FontStretches.cs
- Selector.cs
- UTF32Encoding.cs
- ResourceManager.cs
- HttpListener.cs
- ArraySubsetEnumerator.cs
- XmlCountingReader.cs
- CodeSnippetExpression.cs
- GetWinFXPath.cs
- codemethodreferenceexpression.cs
- MenuItemStyleCollection.cs
- DataView.cs
- OutOfProcStateClientManager.cs
- RewritingValidator.cs
- OrderPreservingPipeliningMergeHelper.cs
- CompiledQueryCacheKey.cs
- CannotUnloadAppDomainException.cs
- ContentIterators.cs
- DropDownButton.cs
- StringBuilder.cs
- DetailsViewRowCollection.cs
- UInt32Storage.cs
- ObfuscationAttribute.cs
- ColorDialog.cs
- TreeNodeSelectionProcessor.cs
- NativeMethods.cs
- _SslSessionsCache.cs
- EntityDesignerBuildProvider.cs
- CanExpandCollapseAllConverter.cs
- ArrayWithOffset.cs
- LambdaCompiler.Statements.cs
- ConfigurationSettings.cs
- GetFileNameResult.cs
- Span.cs
- SerialStream.cs
- PointLightBase.cs
- CatalogPartDesigner.cs
- SamlAuthenticationClaimResource.cs
- ControlDesigner.cs
- ParameterElement.cs
- IndexedString.cs
- CodeIndexerExpression.cs
- HashSetDebugView.cs
- ScrollProperties.cs
- MediaScriptCommandRoutedEventArgs.cs
- Registry.cs
- _SslStream.cs
- CriticalFinalizerObject.cs
- Win32MouseDevice.cs
- VisualTransition.cs
- CfgParser.cs
- BindableTemplateBuilder.cs
- MessageSecurityOverHttpElement.cs
- PresentationTraceSources.cs
- TableRowsCollectionEditor.cs
- URL.cs
- QueryCursorEventArgs.cs
- BatchParser.cs
- CodeRegionDirective.cs
- ExpressionsCollectionEditor.cs
- NameValuePermission.cs
- OperatingSystem.cs
- AttributeData.cs
- DataRelation.cs
- XmlArrayItemAttribute.cs
- GACIdentityPermission.cs
- MergablePropertyAttribute.cs
- WindowsAuthenticationModule.cs
- SpotLight.cs