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
- XmlSchemaAnnotation.cs
- ContainsRowNumberChecker.cs
- DataServiceClientException.cs
- MultilineStringConverter.cs
- Baml6Assembly.cs
- ScriptControlManager.cs
- Zone.cs
- ProviderUtil.cs
- EventDescriptor.cs
- PtsCache.cs
- RowCache.cs
- TextBoxRenderer.cs
- ExceptionCollection.cs
- CodeRemoveEventStatement.cs
- DPCustomTypeDescriptor.cs
- RootBrowserWindowAutomationPeer.cs
- CachedPathData.cs
- Helpers.cs
- DetailsViewInsertedEventArgs.cs
- TaskCanceledException.cs
- SmtpReplyReader.cs
- CallbackDebugBehavior.cs
- FormParameter.cs
- EnglishPluralizationService.cs
- HuffCodec.cs
- OverlappedAsyncResult.cs
- UrlMappingCollection.cs
- BitmapScalingModeValidation.cs
- MSAANativeProvider.cs
- WaitForChangedResult.cs
- AdapterDictionary.cs
- FileDialogPermission.cs
- HttpListenerResponse.cs
- DatatypeImplementation.cs
- MessageQueuePermission.cs
- RadioButtonBaseAdapter.cs
- DBDataPermission.cs
- DrawTreeNodeEventArgs.cs
- StorageEndPropertyMapping.cs
- ObjectHandle.cs
- MessageSecurityOverTcpElement.cs
- EdmScalarPropertyAttribute.cs
- ElementsClipboardData.cs
- AppDomainProtocolHandler.cs
- ErrorProvider.cs
- ListBoxChrome.cs
- ItemCollection.cs
- PageContent.cs
- PtsHost.cs
- MemberRelationshipService.cs
- GroupLabel.cs
- InvokeSchedule.cs
- NumberSubstitution.cs
- EncryptedData.cs
- TextParagraph.cs
- AxImporter.cs
- ThreadExceptionDialog.cs
- ServiceDocument.cs
- XmlTextReader.cs
- UserControlParser.cs
- XmlTextReaderImplHelpers.cs
- DataSourceControl.cs
- InkSerializer.cs
- CharAnimationBase.cs
- XslCompiledTransform.cs
- FileLevelControlBuilderAttribute.cs
- BasicHttpBindingCollectionElement.cs
- FormatConvertedBitmap.cs
- PassportPrincipal.cs
- FrameworkReadOnlyPropertyMetadata.cs
- BuildResult.cs
- ResolvedKeyFrameEntry.cs
- EmptyStringExpandableObjectConverter.cs
- ToolStripPanelRenderEventArgs.cs
- Helpers.cs
- DataListAutoFormat.cs
- EasingQuaternionKeyFrame.cs
- DataGridViewAutoSizeModeEventArgs.cs
- TabControlCancelEvent.cs
- HintTextMaxWidthConverter.cs
- SharedDp.cs
- ButtonField.cs
- ProjectionPlan.cs
- HexParser.cs
- CodeNamespaceCollection.cs
- VarRemapper.cs
- DataServiceRequestOfT.cs
- RoutedEventArgs.cs
- DesignerActionGlyph.cs
- AppDomainFactory.cs
- BitmapEffectDrawingContent.cs
- AppSettingsReader.cs
- ConstrainedDataObject.cs
- SelectedGridItemChangedEvent.cs
- TriggerAction.cs
- ViewGenerator.cs
- CallbackHandler.cs
- CommunicationObject.cs
- HwndMouseInputProvider.cs
- BulletedListEventArgs.cs