Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Data / System / Data / MergeFailedEvent.cs / 1 / MergeFailedEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; ////// #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; } ///[To be supplied.] ////// public DataTable Table { get { return table; } } ///Gets the name of the ///. /// public string Conflict { get { return conflict; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets a description of the merge conflict. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; ////// #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; } ///[To be supplied.] ////// public DataTable Table { get { return table; } } ///Gets the name of the ///. /// public string Conflict { get { return conflict; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets a description of the merge conflict. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FragmentNavigationEventArgs.cs
- DrawingContext.cs
- FileLogRecordEnumerator.cs
- IsolatedStorageFileStream.cs
- WebBaseEventKeyComparer.cs
- BitmapCodecInfoInternal.cs
- DataGridViewColumnHeaderCell.cs
- DomNameTable.cs
- MessageSecurityOverMsmqElement.cs
- SafeProcessHandle.cs
- OpenTypeLayoutCache.cs
- ZoneMembershipCondition.cs
- XmlSerializerSection.cs
- StrongTypingException.cs
- RectangleConverter.cs
- MonthCalendar.cs
- dtdvalidator.cs
- SqlError.cs
- MultiByteCodec.cs
- MdiWindowListItemConverter.cs
- ParserStreamGeometryContext.cs
- EntityDescriptor.cs
- BuildProvider.cs
- UserNamePasswordClientCredential.cs
- ByteRangeDownloader.cs
- XPathMessageFilter.cs
- MouseEvent.cs
- AppDomainAttributes.cs
- EditorZoneBase.cs
- XPathChildIterator.cs
- CorrelationKeyCalculator.cs
- SQLGuid.cs
- wgx_commands.cs
- RayMeshGeometry3DHitTestResult.cs
- RegexInterpreter.cs
- VectorCollection.cs
- TcpDuplicateContext.cs
- AttributeCollection.cs
- TranslateTransform3D.cs
- TriggerBase.cs
- WebBrowserNavigatedEventHandler.cs
- BooleanStorage.cs
- WebRequestModulesSection.cs
- TextEditorCharacters.cs
- ExecutorLocksHeldException.cs
- IndependentAnimationStorage.cs
- TextFindEngine.cs
- ColorConvertedBitmap.cs
- GridViewActionList.cs
- PointLightBase.cs
- BooleanStorage.cs
- InfoCardAsymmetricCrypto.cs
- BindingContext.cs
- NumericPagerField.cs
- listviewsubitemcollectioneditor.cs
- MenuEventArgs.cs
- TagPrefixInfo.cs
- TextServicesProperty.cs
- TypePresenter.xaml.cs
- DataGridViewCellStateChangedEventArgs.cs
- Point3DAnimationUsingKeyFrames.cs
- UserControl.cs
- SoapSchemaImporter.cs
- VarRemapper.cs
- Int64AnimationUsingKeyFrames.cs
- InvalidWorkflowException.cs
- TabletDevice.cs
- MULTI_QI.cs
- DataGridTableStyleMappingNameEditor.cs
- AttachedPropertyMethodSelector.cs
- HttpRequestCacheValidator.cs
- DataGridViewColumnConverter.cs
- EmissiveMaterial.cs
- DirectoryNotFoundException.cs
- ConnectionStringSettingsCollection.cs
- SecurityResources.cs
- LinqDataSourceView.cs
- MethodBuilderInstantiation.cs
- XmlLoader.cs
- DecimalAnimationUsingKeyFrames.cs
- EpmSyndicationContentSerializer.cs
- DesignerCategoryAttribute.cs
- LookupNode.cs
- HtmlTableCell.cs
- ResXDataNode.cs
- StylusDownEventArgs.cs
- Helper.cs
- PartManifestEntry.cs
- RemotingServices.cs
- Byte.cs
- HtmlControlPersistable.cs
- ConstructorNeedsTagAttribute.cs
- Vector3DConverter.cs
- DrawingCollection.cs
- HostingEnvironmentSection.cs
- InvokeGenerator.cs
- UnsafeNativeMethods.cs
- GenericAuthenticationEventArgs.cs
- DataGridItemCollection.cs
- InvalidOperationException.cs