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
- HtmlInputSubmit.cs
- IListConverters.cs
- LocalizationParserHooks.cs
- SelectionEditor.cs
- LinqDataSourceSelectEventArgs.cs
- ConsumerConnectionPointCollection.cs
- TemplateBindingExpression.cs
- SqlCacheDependencySection.cs
- XmlCDATASection.cs
- FieldAccessException.cs
- KeyboardEventArgs.cs
- ThreadExceptionDialog.cs
- XPathBinder.cs
- XmlSchemaImport.cs
- CookieHandler.cs
- SafeSecurityHandles.cs
- DbConnectionPool.cs
- PolyLineSegmentFigureLogic.cs
- Rectangle.cs
- CommandDesigner.cs
- ListBox.cs
- CommandBinding.cs
- ObjectDataSourceEventArgs.cs
- DynamicDocumentPaginator.cs
- ApplicationSecurityInfo.cs
- ListDictionaryInternal.cs
- VirtualDirectoryMappingCollection.cs
- EmbeddedMailObject.cs
- EnterpriseServicesHelper.cs
- ComponentResourceKey.cs
- ConfigXmlElement.cs
- TableRowCollection.cs
- OneOfScalarConst.cs
- SafeEventLogWriteHandle.cs
- IntSecurity.cs
- ElementProxy.cs
- SqlLiftWhereClauses.cs
- InputBuffer.cs
- TimersDescriptionAttribute.cs
- CodeParameterDeclarationExpressionCollection.cs
- ConfigurationElement.cs
- DoubleIndependentAnimationStorage.cs
- FontNamesConverter.cs
- ChineseLunisolarCalendar.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- DesignerCategoryAttribute.cs
- SessionStateModule.cs
- WmlPhoneCallAdapter.cs
- EdgeModeValidation.cs
- AutoScrollExpandMessageFilter.cs
- GB18030Encoding.cs
- ConsoleTraceListener.cs
- AnnotationDocumentPaginator.cs
- XmlUrlResolver.cs
- _BufferOffsetSize.cs
- AutomationElement.cs
- ProcessHostConfigUtils.cs
- DBConnection.cs
- NativeObjectSecurity.cs
- Roles.cs
- ProfileGroupSettingsCollection.cs
- CharEnumerator.cs
- RecognizerBase.cs
- TextContainerHelper.cs
- XmlUrlResolver.cs
- Utilities.cs
- DataGridViewHeaderCell.cs
- XMLSchema.cs
- CleanUpVirtualizedItemEventArgs.cs
- TPLETWProvider.cs
- DispatcherExceptionFilterEventArgs.cs
- __Error.cs
- DivideByZeroException.cs
- BigInt.cs
- loginstatus.cs
- TextCompositionEventArgs.cs
- EllipseGeometry.cs
- ImageFormat.cs
- MouseWheelEventArgs.cs
- HtmlTableCellCollection.cs
- WindowsSecurityToken.cs
- WinFormsComponentEditor.cs
- XmlSchemaIdentityConstraint.cs
- SqlNamer.cs
- ContentFilePart.cs
- GeneralTransformGroup.cs
- XPathDocumentIterator.cs
- MissingFieldException.cs
- UInt64Converter.cs
- SQLDateTimeStorage.cs
- GridViewPageEventArgs.cs
- UnauthorizedWebPart.cs
- RenderingEventArgs.cs
- Matrix.cs
- StaticSiteMapProvider.cs
- NamedPipeConnectionPoolSettingsElement.cs
- WebEvents.cs
- MasterPageCodeDomTreeGenerator.cs
- HostExecutionContextManager.cs
- EncoderParameter.cs