Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- GestureRecognizer.cs
- PickDesigner.xaml.cs
- JournalEntry.cs
- EditorZoneBase.cs
- CodeParameterDeclarationExpressionCollection.cs
- PtsHost.cs
- TypedDataSourceCodeGenerator.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- WindowsFont.cs
- XmlTextEncoder.cs
- DragDropManager.cs
- AnnotationAuthorChangedEventArgs.cs
- DesignerSerializationOptionsAttribute.cs
- Update.cs
- PreProcessor.cs
- SchemaTableColumn.cs
- SplineKeyFrames.cs
- XsltArgumentList.cs
- Baml2006Reader.cs
- SQLBoolean.cs
- JsonUriDataContract.cs
- RuleSettingsCollection.cs
- CollectionChangedEventManager.cs
- ParsedAttributeCollection.cs
- IBuiltInEvidence.cs
- FunctionDefinition.cs
- AnimationClock.cs
- SafeTimerHandle.cs
- unitconverter.cs
- Range.cs
- ListViewEditEventArgs.cs
- Timeline.cs
- XmlAnyElementAttributes.cs
- GenericEnumerator.cs
- SchemaImporterExtensionElementCollection.cs
- MemberDomainMap.cs
- PriorityBindingExpression.cs
- AppDomainAttributes.cs
- DbBuffer.cs
- IndexedGlyphRun.cs
- CatalogZone.cs
- ResponseStream.cs
- RotationValidation.cs
- DynamicILGenerator.cs
- ImportFileRequest.cs
- HostDesigntimeLicenseContext.cs
- SqlRowUpdatingEvent.cs
- Registry.cs
- WebPartEditorApplyVerb.cs
- InProcStateClientManager.cs
- Single.cs
- AnnotationMap.cs
- SapiRecoContext.cs
- GeometryHitTestResult.cs
- linebase.cs
- TextSelectionProcessor.cs
- URLIdentityPermission.cs
- EncodingFallbackAwareXmlTextWriter.cs
- SoapSchemaExporter.cs
- ManagementDateTime.cs
- AdornerDecorator.cs
- BCryptHashAlgorithm.cs
- DefaultHttpHandler.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- DataSet.cs
- HtmlFormWrapper.cs
- NavigationProgressEventArgs.cs
- TableLayoutPanelCodeDomSerializer.cs
- BStrWrapper.cs
- WebBrowserNavigatingEventHandler.cs
- PieceNameHelper.cs
- WebPartMenuStyle.cs
- Pen.cs
- DataControlField.cs
- cookiecollection.cs
- ReferentialConstraint.cs
- Attributes.cs
- ListViewItemSelectionChangedEvent.cs
- OutputCacheProfileCollection.cs
- StylusEventArgs.cs
- ManagementScope.cs
- SmtpCommands.cs
- BuildDependencySet.cs
- BinaryParser.cs
- ResourceDescriptionAttribute.cs
- RowBinding.cs
- ClusterRegistryConfigurationProvider.cs
- DashStyle.cs
- BasicExpandProvider.cs
- StringDictionary.cs
- ClientSponsor.cs
- ProfileGroupSettingsCollection.cs
- securestring.cs
- AncillaryOps.cs
- FontStyles.cs
- InheritedPropertyChangedEventArgs.cs
- MinMaxParagraphWidth.cs
- PageCatalogPart.cs
- LeaseManager.cs
- HeaderedContentControl.cs