Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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.
//
// [....]
// [....]
// [....]
//-----------------------------------------------------------------------------
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeDelegateInvokeExpression.cs
- FormViewModeEventArgs.cs
- DiscoveryClient.cs
- PageTheme.cs
- PageAsyncTask.cs
- SparseMemoryStream.cs
- DbConvert.cs
- ErrorTolerantObjectWriter.cs
- Subtree.cs
- PointUtil.cs
- ProcessHostConfigUtils.cs
- AttributedMetaModel.cs
- WorkflowDefinitionContext.cs
- _ConnectionGroup.cs
- WindowsScrollBarBits.cs
- IfAction.cs
- _ShellExpression.cs
- Vector3DAnimation.cs
- Geometry.cs
- DataGridViewColumnEventArgs.cs
- QueryContinueDragEventArgs.cs
- PublishLicense.cs
- ping.cs
- TreePrinter.cs
- Margins.cs
- AmbientValueAttribute.cs
- DocumentReferenceCollection.cs
- TextEditor.cs
- TextSerializer.cs
- DSACryptoServiceProvider.cs
- EntitySet.cs
- Win32.cs
- HttpRawResponse.cs
- ChangeConflicts.cs
- RegionInfo.cs
- RectangleGeometry.cs
- ResourceExpressionBuilder.cs
- BaseTemplateCodeDomTreeGenerator.cs
- OperatingSystem.cs
- BinaryReader.cs
- InstanceContext.cs
- WorkflowPersistenceService.cs
- CertificateManager.cs
- XPathArrayIterator.cs
- OperationPickerDialog.designer.cs
- InlinedLocationReference.cs
- TypeContext.cs
- ToolBarPanel.cs
- ComEventsMethod.cs
- ToolStripSeparatorRenderEventArgs.cs
- NumberFunctions.cs
- FixedTextView.cs
- QuaternionAnimationUsingKeyFrames.cs
- TraceHelpers.cs
- MsmqChannelListenerBase.cs
- DbExpressionVisitor.cs
- Translator.cs
- HyperLinkField.cs
- WrappingXamlSchemaContext.cs
- TimeSpanValidatorAttribute.cs
- GroupBoxRenderer.cs
- XmlQueryCardinality.cs
- CfgRule.cs
- RayMeshGeometry3DHitTestResult.cs
- PersonalizationStateQuery.cs
- ProgressBarBrushConverter.cs
- GestureRecognizer.cs
- DataServiceException.cs
- WSSecurityJan2004.cs
- ReflectionTypeLoadException.cs
- ExpandedProjectionNode.cs
- XsltQilFactory.cs
- WebException.cs
- InternalResources.cs
- Utils.cs
- ToolStripPanelCell.cs
- XmlAttribute.cs
- FragmentQuery.cs
- AdornedElementPlaceholder.cs
- DocumentReferenceCollection.cs
- MarkupCompilePass1.cs
- TextParaLineResult.cs
- HtmlInputFile.cs
- GridViewUpdatedEventArgs.cs
- DockPatternIdentifiers.cs
- XmlSerializer.cs
- Dynamic.cs
- StylusPointProperties.cs
- shaperfactoryquerycacheentry.cs
- Subtree.cs
- DropSource.cs
- NotificationContext.cs
- ReservationCollection.cs
- XmlElement.cs
- XmlDocumentSchema.cs
- BaseDataListPage.cs
- DiscoveryExceptionDictionary.cs
- TextTreeTextElementNode.cs
- ASCIIEncoding.cs
- WebColorConverter.cs