Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- InheritanceAttribute.cs
- SmtpAuthenticationManager.cs
- TagPrefixCollection.cs
- MetaForeignKeyColumn.cs
- MemberMaps.cs
- COM2ExtendedBrowsingHandler.cs
- TextServicesProperty.cs
- SystemColors.cs
- CodeIdentifiers.cs
- FaultCallbackWrapper.cs
- SingleSelectRootGridEntry.cs
- SqlMethodCallConverter.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- Canvas.cs
- AesManaged.cs
- PixelShader.cs
- FlowLayoutSettings.cs
- RenderData.cs
- SqlTypesSchemaImporter.cs
- ManipulationVelocities.cs
- ClientType.cs
- __ConsoleStream.cs
- ScrollPattern.cs
- WindowsContainer.cs
- BasicExpressionVisitor.cs
- BaseTypeViewSchema.cs
- ChangesetResponse.cs
- CompilationUnit.cs
- RichTextBoxAutomationPeer.cs
- MaskInputRejectedEventArgs.cs
- XmlSchemaAnnotated.cs
- LayoutSettings.cs
- shaperfactoryquerycacheentry.cs
- SqlIdentifier.cs
- _SecureChannel.cs
- DataTableReader.cs
- SessionSwitchEventArgs.cs
- HyperLinkColumn.cs
- ModifiableIteratorCollection.cs
- DataGridColumnCollection.cs
- HtmlElementErrorEventArgs.cs
- UriParserTemplates.cs
- SafeFindHandle.cs
- ToolStripContentPanelRenderEventArgs.cs
- DtrList.cs
- AllMembershipCondition.cs
- CategoryAttribute.cs
- CapabilitiesRule.cs
- InternalPermissions.cs
- KeyPullup.cs
- SqlInternalConnection.cs
- LoginCancelEventArgs.cs
- CustomLineCap.cs
- BaseCollection.cs
- SetStoryboardSpeedRatio.cs
- SqlBooleanMismatchVisitor.cs
- URIFormatException.cs
- String.cs
- WorkflowPrinting.cs
- HttpCapabilitiesBase.cs
- Accessors.cs
- HttpModuleAction.cs
- TargetException.cs
- RPIdentityRequirement.cs
- ColorAnimationUsingKeyFrames.cs
- DbConnectionPool.cs
- ConnectionPoolRegistry.cs
- ResourceDictionaryCollection.cs
- LicenseManager.cs
- FixedPageStructure.cs
- CharKeyFrameCollection.cs
- SecureUICommand.cs
- InheritanceAttribute.cs
- ProviderConnectionPointCollection.cs
- XmlExceptionHelper.cs
- FileDialogCustomPlace.cs
- ToolStripTextBox.cs
- Stylus.cs
- Context.cs
- rsa.cs
- BindingElement.cs
- AnnotationHelper.cs
- Point3D.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- LineServicesRun.cs
- AuthenticationConfig.cs
- ExecutedRoutedEventArgs.cs
- RecognitionEventArgs.cs
- XslVisitor.cs
- OdbcCommand.cs
- XPathNavigatorKeyComparer.cs
- StringInfo.cs
- XmlAnyElementAttribute.cs
- WebServiceData.cs
- MultiTargetingUtil.cs
- SerializationSectionGroup.cs
- PropertyIdentifier.cs
- DependencyPropertyConverter.cs
- DataBoundControlAdapter.cs
- ActivityPropertyReference.cs