Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- GraphicsState.cs
- BookmarkResumptionRecord.cs
- File.cs
- FactoryRecord.cs
- ShaperBuffers.cs
- WebPartConnectionsDisconnectVerb.cs
- AnnotationComponentManager.cs
- WebPartChrome.cs
- ExtensionSimplifierMarkupObject.cs
- XmlTextReader.cs
- ResourcePart.cs
- SchemaAttDef.cs
- WebBrowserHelper.cs
- WebBaseEventKeyComparer.cs
- _TimerThread.cs
- BasicHttpBindingElement.cs
- Matrix.cs
- CallSite.cs
- BaseTemplateBuildProvider.cs
- WebPartCatalogAddVerb.cs
- WindowProviderWrapper.cs
- BrowsableAttribute.cs
- unsafeIndexingFilterStream.cs
- serverconfig.cs
- SourceLineInfo.cs
- BackStopAuthenticationModule.cs
- RotationValidation.cs
- UrlParameterReader.cs
- SapiGrammar.cs
- TemplatedMailWebEventProvider.cs
- XmlElementList.cs
- PerfService.cs
- HwndAppCommandInputProvider.cs
- HtmlTableRow.cs
- ProgressBar.cs
- MarkupProperty.cs
- XMLDiffLoader.cs
- WMIGenerator.cs
- relpropertyhelper.cs
- ReflectionTypeLoadException.cs
- PlacementWorkspace.cs
- RtfControls.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- SafeRegistryHandle.cs
- TypeConverter.cs
- ItemCheckEvent.cs
- RowToParametersTransformer.cs
- WriterOutput.cs
- ObjectSecurityT.cs
- ExceptionValidationRule.cs
- XslCompiledTransform.cs
- TryExpression.cs
- EventToken.cs
- ToolStripPanelCell.cs
- HostingEnvironment.cs
- TemplateBindingExtensionConverter.cs
- PrintPreviewControl.cs
- XmlTextReader.cs
- IsolatedStorageFileStream.cs
- GradientPanel.cs
- MachineKeySection.cs
- FileDialogCustomPlaces.cs
- ZeroOpNode.cs
- AssemblyNameProxy.cs
- Profiler.cs
- BaseCodeDomTreeGenerator.cs
- ConfigurationElement.cs
- InternalControlCollection.cs
- IdentityNotMappedException.cs
- CodeObject.cs
- HyperLink.cs
- AutoResetEvent.cs
- RadioButton.cs
- ToolStripControlHost.cs
- DbConnectionStringCommon.cs
- Splitter.cs
- WeakReferenceKey.cs
- DataGridTable.cs
- DocumentViewerBase.cs
- FontResourceCache.cs
- ErrorWebPart.cs
- PolicyLevel.cs
- EventBuilder.cs
- ClientTargetCollection.cs
- TypedElement.cs
- StreamGeometryContext.cs
- StylusPointPropertyInfoDefaults.cs
- IPEndPointCollection.cs
- InitializerFacet.cs
- TraceContextEventArgs.cs
- DataControlButton.cs
- DbConnectionHelper.cs
- MultiDataTrigger.cs
- DropSource.cs
- SafeEventLogReadHandle.cs
- SqlComparer.cs
- LocalFileSettingsProvider.cs
- GridEntry.cs
- CannotUnloadAppDomainException.cs
- CqlParserHelpers.cs