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
- LostFocusEventManager.cs
- Label.cs
- EntityWrapper.cs
- XamlSerializer.cs
- FilterEventArgs.cs
- XmlCDATASection.cs
- HttpRuntimeSection.cs
- AttachedAnnotationChangedEventArgs.cs
- Sequence.cs
- UITypeEditor.cs
- ResponseBodyWriter.cs
- WinFormsComponentEditor.cs
- EventArgs.cs
- FontUnit.cs
- WebRequestModuleElementCollection.cs
- PointF.cs
- Parser.cs
- MasterPageCodeDomTreeGenerator.cs
- Baml6ConstructorInfo.cs
- ExpandedWrapper.cs
- TreeIterators.cs
- CounterNameConverter.cs
- WindowsGraphicsWrapper.cs
- SpellerInterop.cs
- ScopelessEnumAttribute.cs
- NetworkCredential.cs
- TreeNodeMouseHoverEvent.cs
- AmbientLight.cs
- XmlWhitespace.cs
- MobileListItem.cs
- SqlBinder.cs
- ProviderSettingsCollection.cs
- Preprocessor.cs
- DateTimeUtil.cs
- XmlQualifiedNameTest.cs
- UrlMappingsSection.cs
- EmptyCollection.cs
- FreezableCollection.cs
- XPathExpr.cs
- InvalidateEvent.cs
- JoinQueryOperator.cs
- CustomErrorCollection.cs
- MULTI_QI.cs
- AccessViolationException.cs
- InputReferenceExpression.cs
- XmlSchemaInferenceException.cs
- CodeAttributeDeclarationCollection.cs
- EntityDataSourceColumn.cs
- ObfuscateAssemblyAttribute.cs
- FullTrustAssembliesSection.cs
- SingleConverter.cs
- PackageDigitalSignatureManager.cs
- ButtonBaseAdapter.cs
- HttpCookieCollection.cs
- ReadOnlyHierarchicalDataSourceView.cs
- PathGradientBrush.cs
- DrawingContextWalker.cs
- DataRelationCollection.cs
- RegexCompiler.cs
- DataColumnMapping.cs
- errorpatternmatcher.cs
- HttpApplication.cs
- NullReferenceException.cs
- Soap.cs
- _NestedSingleAsyncResult.cs
- CodeIdentifiers.cs
- HttpGetClientProtocol.cs
- BinaryUtilClasses.cs
- SemaphoreFullException.cs
- SQLDecimalStorage.cs
- TextOutput.cs
- WindowsIPAddress.cs
- Button.cs
- Rijndael.cs
- OperationDescriptionCollection.cs
- LoginName.cs
- ElapsedEventArgs.cs
- ColorBuilder.cs
- FreezableOperations.cs
- RequestCacheManager.cs
- XmlnsDefinitionAttribute.cs
- DataBoundControlHelper.cs
- RegistrySecurity.cs
- InvokeProviderWrapper.cs
- OrderToken.cs
- DefaultObjectSerializer.cs
- mediaeventargs.cs
- BitStream.cs
- PropagatorResult.cs
- FontInfo.cs
- TextPattern.cs
- ApplicationProxyInternal.cs
- Visual3D.cs
- PointConverter.cs
- ThicknessAnimationBase.cs
- _BasicClient.cs
- DesignerResources.cs
- ScriptingProfileServiceSection.cs
- _SingleItemRequestCache.cs
- TraceSource.cs