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
- Lease.cs
- AutoCompleteStringCollection.cs
- QueryResponse.cs
- EventHandlersDesigner.cs
- Directory.cs
- FreeFormDesigner.cs
- SocketInformation.cs
- HttpResponseInternalWrapper.cs
- BufferModeSettings.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- ContextQuery.cs
- QilLoop.cs
- ItemsControl.cs
- CommandTreeTypeHelper.cs
- FixedSOMImage.cs
- TransactionTable.cs
- Console.cs
- HealthMonitoringSection.cs
- DataMisalignedException.cs
- PopupEventArgs.cs
- XmlNode.cs
- FormattedText.cs
- LinqDataSourceSelectEventArgs.cs
- XmlEntityReference.cs
- DataGridViewCellEventArgs.cs
- FormView.cs
- StylusPoint.cs
- NavigatorOutput.cs
- DataSysAttribute.cs
- ZoneLinkButton.cs
- DateTimeFormatInfo.cs
- XpsStructure.cs
- RelationshipWrapper.cs
- pingexception.cs
- HttpCacheVaryByContentEncodings.cs
- CollectionChangeEventArgs.cs
- StringReader.cs
- PopOutPanel.cs
- AsyncResult.cs
- XhtmlBasicPageAdapter.cs
- SessionChannels.cs
- ResolvedKeyFrameEntry.cs
- DtcInterfaces.cs
- CodeEventReferenceExpression.cs
- FormatSelectingMessageInspector.cs
- BulletChrome.cs
- SequentialOutput.cs
- IBuiltInEvidence.cs
- InterleavedZipPartStream.cs
- DocumentSchemaValidator.cs
- MenuItem.cs
- PtsHelper.cs
- ComNativeDescriptor.cs
- FunctionImportElement.cs
- ControlDesigner.cs
- TextRangeEditTables.cs
- SqlExpander.cs
- ViewEvent.cs
- SoapFormatterSinks.cs
- ValidatorCollection.cs
- XhtmlConformanceSection.cs
- HttpFileCollection.cs
- SoapFault.cs
- VersionedStreamOwner.cs
- XslAst.cs
- DataServiceRequestOfT.cs
- NullableConverter.cs
- PropertyGridCommands.cs
- Model3D.cs
- WindowsGraphicsCacheManager.cs
- DockAndAnchorLayout.cs
- MessageDecoder.cs
- OLEDB_Enum.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- ScriptResourceHandler.cs
- ConversionContext.cs
- DictionaryBase.cs
- List.cs
- FullTextState.cs
- DesignerWebPartChrome.cs
- GridViewRowCollection.cs
- DictionaryMarkupSerializer.cs
- HttpApplication.cs
- _Events.cs
- WmlTextBoxAdapter.cs
- FileVersionInfo.cs
- Stroke2.cs
- StrongTypingException.cs
- AspNetCompatibilityRequirementsMode.cs
- Int32KeyFrameCollection.cs
- BindingMemberInfo.cs
- PathFigureCollectionValueSerializer.cs
- TemplateColumn.cs
- FixedTextView.cs
- SqlClientWrapperSmiStreamChars.cs
- SafeFileMappingHandle.cs
- ProcessDesigner.cs
- TextBoxRenderer.cs
- CustomServiceCredentials.cs
- IUnknownConstantAttribute.cs