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
- StorageScalarPropertyMapping.cs
- WindowsNonControl.cs
- BoundingRectTracker.cs
- Type.cs
- CompositeFontFamily.cs
- XmlElementAttributes.cs
- BrowserCapabilitiesCodeGenerator.cs
- FileSystemInfo.cs
- UICuesEvent.cs
- XmlObjectSerializerReadContextComplexJson.cs
- DesignerActionPanel.cs
- _SslState.cs
- EntryIndex.cs
- SendKeys.cs
- PostBackOptions.cs
- ScriptResourceMapping.cs
- ToolStripRenderer.cs
- WeakEventManager.cs
- AttributeInfo.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- BindingBase.cs
- TargetParameterCountException.cs
- Literal.cs
- FileSystemEventArgs.cs
- VirtualizedItemPattern.cs
- SemanticBasicElement.cs
- InternalSafeNativeMethods.cs
- TypeElement.cs
- LazyTextWriterCreator.cs
- XmlILOptimizerVisitor.cs
- VisualTreeUtils.cs
- uribuilder.cs
- AuthenticationServiceManager.cs
- EntityDesignerBuildProvider.cs
- OracleParameterCollection.cs
- DependencyPropertyHelper.cs
- RegistryExceptionHelper.cs
- embossbitmapeffect.cs
- EditorBrowsableAttribute.cs
- MultiView.cs
- PostBackOptions.cs
- XhtmlCssHandler.cs
- SynthesizerStateChangedEventArgs.cs
- SqlDependencyListener.cs
- MailAddressParser.cs
- XmlMemberMapping.cs
- XmlSchemaAnnotation.cs
- DetailsViewActionList.cs
- Vector3DCollectionValueSerializer.cs
- ContextProperty.cs
- SqlServer2KCompatibilityCheck.cs
- DeclaredTypeElementCollection.cs
- PauseStoryboard.cs
- LinqDataSourceDeleteEventArgs.cs
- ItemMap.cs
- NullToBooleanConverter.cs
- URL.cs
- _AuthenticationState.cs
- XamlTemplateSerializer.cs
- WindowsFormsHelpers.cs
- ContentPresenter.cs
- ListViewTableCell.cs
- DBConnection.cs
- TreeNodeCollection.cs
- DataServiceStreamProviderWrapper.cs
- RIPEMD160Managed.cs
- StylusShape.cs
- BasicHttpSecurity.cs
- DataGridRelationshipRow.cs
- CreateUserWizardStep.cs
- EraserBehavior.cs
- DynamicRendererThreadManager.cs
- AsymmetricKeyExchangeDeformatter.cs
- SparseMemoryStream.cs
- CompoundFileDeflateTransform.cs
- RowUpdatedEventArgs.cs
- BulletChrome.cs
- XamlUtilities.cs
- XmlComment.cs
- RightsManagementInformation.cs
- FindCriteria11.cs
- BrowserInteropHelper.cs
- SelectionProcessor.cs
- VersionPair.cs
- StorageAssociationTypeMapping.cs
- ListCollectionView.cs
- InstanceHandleReference.cs
- KeyValuePair.cs
- FloatMinMaxAggregationOperator.cs
- TextSelection.cs
- TabPage.cs
- ObjectStateManagerMetadata.cs
- PresentationTraceSources.cs
- ThreadStartException.cs
- CellParaClient.cs
- StorageConditionPropertyMapping.cs
- EntityDataSourceChangingEventArgs.cs
- MarkupWriter.cs
- BamlResourceSerializer.cs
- AxDesigner.cs