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
- Object.cs
- Html32TextWriter.cs
- PropertyGridEditorPart.cs
- LingerOption.cs
- SqlBooleanMismatchVisitor.cs
- _ContextAwareResult.cs
- HandleCollector.cs
- ConvertEvent.cs
- Annotation.cs
- ListItemCollection.cs
- DockingAttribute.cs
- BitHelper.cs
- MouseButton.cs
- WriteableBitmap.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- CatalogPart.cs
- FormViewPageEventArgs.cs
- WeakReferenceList.cs
- SafeFileMappingHandle.cs
- CalculatedColumn.cs
- CachedCompositeFamily.cs
- BmpBitmapEncoder.cs
- TabControl.cs
- TypeUtil.cs
- SocketAddress.cs
- IdnMapping.cs
- NonBatchDirectoryCompiler.cs
- PriorityQueue.cs
- ErrorEventArgs.cs
- TextSchema.cs
- Figure.cs
- SevenBitStream.cs
- RequestStatusBarUpdateEventArgs.cs
- ColumnWidthChangedEvent.cs
- ConfigurationException.cs
- TargetInvocationException.cs
- EnumMember.cs
- FormViewModeEventArgs.cs
- MultitargetUtil.cs
- RepeaterItemEventArgs.cs
- BoundField.cs
- TrackBar.cs
- ManagementEventWatcher.cs
- LinkClickEvent.cs
- HttpCacheParams.cs
- CryptoKeySecurity.cs
- RelationshipType.cs
- DataFormats.cs
- VSWCFServiceContractGenerator.cs
- AssemblyCollection.cs
- ProcessHostMapPath.cs
- EncoderBestFitFallback.cs
- IndexedGlyphRun.cs
- ApplicationSettingsBase.cs
- SelectionWordBreaker.cs
- PenContext.cs
- _CacheStreams.cs
- XmlMtomWriter.cs
- IsolatedStorageFile.cs
- PropertyInformationCollection.cs
- EditingMode.cs
- HtmlLink.cs
- ActivityUtilities.cs
- DbProviderManifest.cs
- FrameworkElement.cs
- ObjectQueryProvider.cs
- Int32AnimationBase.cs
- MeshGeometry3D.cs
- ExternalException.cs
- QueryServiceConfigHandle.cs
- MultiByteCodec.cs
- SmtpReplyReaderFactory.cs
- SerializationInfo.cs
- AssemblyBuilder.cs
- FormsIdentity.cs
- DeflateEmulationStream.cs
- DefaultTextStoreTextComposition.cs
- RemotingConfiguration.cs
- DynamicControl.cs
- TraceXPathNavigator.cs
- Queue.cs
- ISO2022Encoding.cs
- AnnotationComponentManager.cs
- ProcessInfo.cs
- DisableDpiAwarenessAttribute.cs
- EventLogPermission.cs
- TextEndOfSegment.cs
- ImageMap.cs
- HwndKeyboardInputProvider.cs
- ReaderWriterLock.cs
- XmlBinaryReader.cs
- WorkflowView.cs
- ElementHostPropertyMap.cs
- PageParserFilter.cs
- DayRenderEvent.cs
- HtmlValidationSummaryAdapter.cs
- ConditionValidator.cs
- UpDownEvent.cs
- ApplicationActivator.cs
- Dictionary.cs