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 / OleDb / OleDbConnectionPoolGroupProviderInfo.cs / 1 / OleDbConnectionPoolGroupProviderInfo.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Data.OleDb { using System.Data.ProviderBase; internal sealed class OleDbConnectionPoolGroupProviderInfo : DbConnectionPoolGroupProviderInfo { private bool _hasQuoteFix; private string _quotePrefix, _quoteSuffix; internal OleDbConnectionPoolGroupProviderInfo() { } internal bool HasQuoteFix { get { return _hasQuoteFix; } } internal string QuotePrefix { get { return _quotePrefix; } } internal string QuoteSuffix { get { return _quoteSuffix; } } internal void SetQuoteFix(string prefix, string suffix) { _quotePrefix = prefix; _quoteSuffix = suffix; _hasQuoteFix = true; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Data.OleDb { using System.Data.ProviderBase; internal sealed class OleDbConnectionPoolGroupProviderInfo : DbConnectionPoolGroupProviderInfo { private bool _hasQuoteFix; private string _quotePrefix, _quoteSuffix; internal OleDbConnectionPoolGroupProviderInfo() { } internal bool HasQuoteFix { get { return _hasQuoteFix; } } internal string QuotePrefix { get { return _quotePrefix; } } internal string QuoteSuffix { get { return _quoteSuffix; } } internal void SetQuoteFix(string prefix, string suffix) { _quotePrefix = prefix; _quoteSuffix = suffix; _hasQuoteFix = true; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeGenerator.cs
- KeyedCollection.cs
- ToolStripContentPanel.cs
- AutomationEventArgs.cs
- StrongName.cs
- DeploymentSection.cs
- BufferedWebEventProvider.cs
- JsonUriDataContract.cs
- FixedHyperLink.cs
- sqlstateclientmanager.cs
- AssociationTypeEmitter.cs
- WebPartTransformerCollection.cs
- ApplicationActivator.cs
- HtmlInputImage.cs
- DbConnectionInternal.cs
- Context.cs
- WeakReferenceKey.cs
- FigureParagraph.cs
- UIInitializationException.cs
- XmlDeclaration.cs
- CheckBoxFlatAdapter.cs
- ErrorStyle.cs
- ComponentEditorForm.cs
- KoreanLunisolarCalendar.cs
- GroupBox.cs
- HtmlInputSubmit.cs
- PersonalizationDictionary.cs
- DiscoveryProxy.cs
- IssuedSecurityTokenParameters.cs
- ColumnPropertiesGroup.cs
- PtsHelper.cs
- InteropBitmapSource.cs
- sqlmetadatafactory.cs
- SoapReflector.cs
- AssemblyCollection.cs
- DocumentGridContextMenu.cs
- XmlDownloadManager.cs
- SafeReversePInvokeHandle.cs
- BuildProvider.cs
- SocketAddress.cs
- DBConnectionString.cs
- GregorianCalendarHelper.cs
- WinEventHandler.cs
- Int32EqualityComparer.cs
- WebPartCollection.cs
- TableAutomationPeer.cs
- ResourceReferenceExpression.cs
- GZipObjectSerializer.cs
- ApplicationSecurityInfo.cs
- DropDownButton.cs
- SecurityContext.cs
- TypeExtensions.cs
- MembershipValidatePasswordEventArgs.cs
- XamlSerializationHelper.cs
- ContractCodeDomInfo.cs
- TextParaClient.cs
- WasNotInstalledException.cs
- BamlLocalizableResource.cs
- Aggregates.cs
- TextTreeObjectNode.cs
- ISAPIApplicationHost.cs
- XPathDocumentNavigator.cs
- XamlBrushSerializer.cs
- HighlightVisual.cs
- ValidatingReaderNodeData.cs
- SamlSubject.cs
- CqlLexer.cs
- FlowLayoutSettings.cs
- StrongNameKeyPair.cs
- SqlDataSourceQuery.cs
- CompatibleComparer.cs
- SafeRightsManagementHandle.cs
- SrgsToken.cs
- BypassElementCollection.cs
- TransformedBitmap.cs
- MatrixTransform3D.cs
- PathStreamGeometryContext.cs
- ObjectDataSourceDisposingEventArgs.cs
- SafeWaitHandle.cs
- WebPartConnectionsConfigureVerb.cs
- DependencyPropertyKey.cs
- DataGridViewColumnCollectionEditor.cs
- HtmlInputSubmit.cs
- FormatException.cs
- SurrogateSelector.cs
- EventTrigger.cs
- AnnouncementInnerClient11.cs
- AnnotationResource.cs
- DeferredReference.cs
- WorkflowMessageEventArgs.cs
- PageHandlerFactory.cs
- CallbackValidatorAttribute.cs
- ExpressionPrinter.cs
- EUCJPEncoding.cs
- EntityClassGenerator.cs
- EasingQuaternionKeyFrame.cs
- MasterPageCodeDomTreeGenerator.cs
- ListBoxItemWrapperAutomationPeer.cs
- EnumerableWrapperWeakToStrong.cs
- XmlWrappingWriter.cs