Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / System / data / design / ConnectionString.cs / 1 / ConnectionString.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All Rights Reserved.
// Information Contained Herein is Proprietary and Confidential.
//
//-----------------------------------------------------------------------------
namespace System.Data.Design {
using System;
using System.Data;
using System.Data.Common;
using System.Collections;
using System.Diagnostics;
using System.Globalization;
internal class ConnectionString {
private string providerName; // Invariant name of the ADO.NET provider
private string connectionString;
public ConnectionString( string providerName, string connectionString ) {
this.connectionString = connectionString;
this.providerName = providerName;
}
//public string ProviderName {
// get {
// return this.providerName;
// }
//}
public string ToFullString() {
return this.connectionString.ToString();
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PathSegmentCollection.cs
- InlinedAggregationOperator.cs
- AssemblyBuilder.cs
- AliasGenerator.cs
- DynamicDiscoveryDocument.cs
- OptimalTextSource.cs
- DbProviderServices.cs
- WindowShowOrOpenTracker.cs
- Size.cs
- InvokeWebService.cs
- CompilerTypeWithParams.cs
- EventLogEntryCollection.cs
- PublishLicense.cs
- NameHandler.cs
- ListBoxItemWrapperAutomationPeer.cs
- Tokenizer.cs
- SuppressIldasmAttribute.cs
- Utils.cs
- InstancePersistenceException.cs
- login.cs
- ThreadExceptionDialog.cs
- HelloOperationCD1AsyncResult.cs
- HtmlInputCheckBox.cs
- OdbcHandle.cs
- IntegerValidator.cs
- XmlCountingReader.cs
- GrammarBuilderRuleRef.cs
- BamlBinaryReader.cs
- UIPermission.cs
- ErrorRuntimeConfig.cs
- MemoryPressure.cs
- AssemblyName.cs
- JoinTreeSlot.cs
- VolatileEnlistmentMultiplexing.cs
- FolderBrowserDialog.cs
- TokenCreationParameter.cs
- DetailsViewRowCollection.cs
- TextSelectionHelper.cs
- QueryCacheEntry.cs
- BypassElement.cs
- MetadataStore.cs
- PageHandlerFactory.cs
- PropertyExpression.cs
- ItemCheckEvent.cs
- WeakReference.cs
- Dictionary.cs
- PriorityQueue.cs
- ThreadExceptionDialog.cs
- Encoder.cs
- DesignTimeTemplateParser.cs
- XmlSchemaObject.cs
- RadioButtonStandardAdapter.cs
- UIPropertyMetadata.cs
- ListenerSessionConnectionReader.cs
- RowParagraph.cs
- IdentityNotMappedException.cs
- CustomErrorsSectionWrapper.cs
- Listbox.cs
- SettingsContext.cs
- SHA256.cs
- FrameAutomationPeer.cs
- InheritanceService.cs
- ObjectAnimationBase.cs
- DbDataAdapter.cs
- StreamInfo.cs
- CacheVirtualItemsEvent.cs
- OracleTransaction.cs
- CustomWebEventKey.cs
- DoubleAnimationUsingKeyFrames.cs
- Camera.cs
- OdbcParameterCollection.cs
- TableChangeProcessor.cs
- OverflowException.cs
- NumericPagerField.cs
- OletxResourceManager.cs
- RtfNavigator.cs
- sortedlist.cs
- CharEntityEncoderFallback.cs
- SqlBulkCopy.cs
- PerformanceCounters.cs
- SQLMoneyStorage.cs
- SiteMapPath.cs
- XmlSiteMapProvider.cs
- PreservationFileReader.cs
- panel.cs
- RectConverter.cs
- MailWebEventProvider.cs
- ToolStripSeparatorRenderEventArgs.cs
- EventBuilder.cs
- DataGridTextBoxColumn.cs
- BindingListCollectionView.cs
- LocalizationParserHooks.cs
- JulianCalendar.cs
- XsltSettings.cs
- GZipDecoder.cs
- WebBrowserNavigatedEventHandler.cs
- NonNullItemCollection.cs
- TypeForwardedToAttribute.cs
- TableLayoutSettings.cs
- CodeTypeParameter.cs