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; ////// #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
- DataRow.cs
- CallbackValidatorAttribute.cs
- StorageComplexPropertyMapping.cs
- ProjectionCamera.cs
- BmpBitmapEncoder.cs
- WeakReference.cs
- DPCustomTypeDescriptor.cs
- GenericUriParser.cs
- InkCollectionBehavior.cs
- WindowsAltTab.cs
- SizeFConverter.cs
- CodeMemberField.cs
- Exception.cs
- DragDeltaEventArgs.cs
- SchemaManager.cs
- XPathAncestorQuery.cs
- BulletDecorator.cs
- KeyTime.cs
- MarkupProperty.cs
- AdornerHitTestResult.cs
- DataGridPageChangedEventArgs.cs
- TCPClient.cs
- Zone.cs
- SqlInternalConnectionSmi.cs
- KernelTypeValidation.cs
- PrinterResolution.cs
- DataObject.cs
- TextEditorCopyPaste.cs
- TypeGeneratedEventArgs.cs
- SelectorItemAutomationPeer.cs
- IndentedWriter.cs
- GenericIdentity.cs
- UriWriter.cs
- KeyboardNavigation.cs
- XmlWriterSettings.cs
- SymbolEqualComparer.cs
- EditingCoordinator.cs
- TreeNodeMouseHoverEvent.cs
- Help.cs
- RawStylusInput.cs
- UriExt.cs
- TextAutomationPeer.cs
- WmlValidationSummaryAdapter.cs
- HashAlgorithm.cs
- DataGridViewColumnEventArgs.cs
- DefaultDiscoveryService.cs
- AspNetCompatibilityRequirementsAttribute.cs
- APCustomTypeDescriptor.cs
- SiteMembershipCondition.cs
- UnicodeEncoding.cs
- WebBrowserPermission.cs
- SQLInt32.cs
- HttpListenerPrefixCollection.cs
- DescendantOverDescendantQuery.cs
- ObjectToIdCache.cs
- ByteStreamMessage.cs
- SymbolPair.cs
- Button.cs
- FrameworkElementFactory.cs
- MailAddressCollection.cs
- HtmlHead.cs
- DataGridCaption.cs
- IISMapPath.cs
- MaterializeFromAtom.cs
- FileUtil.cs
- DragDeltaEventArgs.cs
- TableLayoutSettingsTypeConverter.cs
- ComAwareEventInfo.cs
- DocumentApplication.cs
- ExtentKey.cs
- FullTextState.cs
- PermissionSetTriple.cs
- DesignerDataView.cs
- DataControlField.cs
- SafeFileMappingHandle.cs
- SchemaEntity.cs
- ListDictionaryInternal.cs
- PipelineDeploymentState.cs
- TextEditorContextMenu.cs
- IgnoreFlushAndCloseStream.cs
- MethodAccessException.cs
- DesignBinding.cs
- QilSortKey.cs
- DefaultParameterValueAttribute.cs
- SHA256CryptoServiceProvider.cs
- ProfileServiceManager.cs
- XmlSchemaAnnotated.cs
- DesignSurfaceManager.cs
- fixedPageContentExtractor.cs
- DataTemplateSelector.cs
- MessageQueueConverter.cs
- ToolStripTextBox.cs
- ParameterBinding.cs
- Package.cs
- SchemaTableColumn.cs
- WebPartVerbCollection.cs
- MatrixStack.cs
- EventRouteFactory.cs
- _HeaderInfo.cs
- ArrayHelper.cs