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
- VectorCollection.cs
- TrackingQueryElement.cs
- shaperfactoryquerycachekey.cs
- Activator.cs
- MultiTrigger.cs
- WorkflowMarkupSerializationException.cs
- XmlSchemaChoice.cs
- NodeFunctions.cs
- InvalidOperationException.cs
- LogExtentCollection.cs
- WebControlsSection.cs
- X509CertificateInitiatorClientCredential.cs
- StrokeNodeOperations2.cs
- DefaultPrintController.cs
- QueryOptionExpression.cs
- CompressionTracing.cs
- RequestCachePolicyConverter.cs
- Matrix.cs
- EntityTypeBase.cs
- ErrorStyle.cs
- WSFederationHttpBindingCollectionElement.cs
- TrackingMemoryStream.cs
- LocationChangedEventArgs.cs
- DurableErrorHandler.cs
- DataGridViewCellStyle.cs
- ScriptResourceDefinition.cs
- TypeConverterValueSerializer.cs
- StyleXamlTreeBuilder.cs
- QueryableFilterUserControl.cs
- CheckBoxRenderer.cs
- SchemaCreator.cs
- PackagePartCollection.cs
- FontFamilyConverter.cs
- ApplicationManager.cs
- EndpointIdentityConverter.cs
- QuaternionValueSerializer.cs
- GridViewSortEventArgs.cs
- RegisteredArrayDeclaration.cs
- VBCodeProvider.cs
- TagPrefixCollection.cs
- ToolStripKeyboardHandlingService.cs
- TabItemAutomationPeer.cs
- ScriptingSectionGroup.cs
- SqlDataSourceCache.cs
- BrowserDefinition.cs
- TypeSystem.cs
- DataGridTable.cs
- CommentGlyph.cs
- WebServicesInteroperability.cs
- ContractNamespaceAttribute.cs
- HuffModule.cs
- SrgsRuleRef.cs
- XamlWrapperReaders.cs
- ModelItemCollectionImpl.cs
- ScriptControl.cs
- ReliableDuplexSessionChannel.cs
- SiteMapHierarchicalDataSourceView.cs
- ListContractAdapter.cs
- ReverseComparer.cs
- MenuBindingsEditor.cs
- MailMessage.cs
- FloaterParaClient.cs
- X509Certificate2Collection.cs
- objectquery_tresulttype.cs
- DetailsViewUpdatedEventArgs.cs
- CompositeFontFamily.cs
- IxmlLineInfo.cs
- SchemaAttDef.cs
- Matrix3D.cs
- RTLAwareMessageBox.cs
- DataServiceConfiguration.cs
- ValidationService.cs
- BaseCAMarshaler.cs
- CodeExpressionStatement.cs
- CodeDOMUtility.cs
- Itemizer.cs
- XPathMessageFilterElement.cs
- TabletDeviceInfo.cs
- X509ChainElement.cs
- ProfileBuildProvider.cs
- GroupDescription.cs
- CompositeActivityDesigner.cs
- localization.cs
- CharEntityEncoderFallback.cs
- StringStorage.cs
- MetadataItemEmitter.cs
- Operator.cs
- DynamicFilterExpression.cs
- PixelFormatConverter.cs
- JumpPath.cs
- IndexedEnumerable.cs
- CodeNamespace.cs
- CriticalFinalizerObject.cs
- ZipIOLocalFileBlock.cs
- WindowPatternIdentifiers.cs
- MethodBody.cs
- EventPropertyMap.cs
- Schema.cs
- Helpers.cs
- ProfileSection.cs