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
- TreeChangeInfo.cs
- AdornerPresentationContext.cs
- FormViewInsertEventArgs.cs
- ContentTextAutomationPeer.cs
- _CommandStream.cs
- ExpressionHelper.cs
- PolicyManager.cs
- MonthChangedEventArgs.cs
- SharedUtils.cs
- ExpressionLexer.cs
- FunctionUpdateCommand.cs
- DynamicHyperLink.cs
- ActionFrame.cs
- Triplet.cs
- ServiceConfigurationTraceRecord.cs
- BamlVersionHeader.cs
- TrackingStringDictionary.cs
- IncrementalCompileAnalyzer.cs
- SrgsElement.cs
- ImageBrush.cs
- HtmlInputPassword.cs
- TemplateControlCodeDomTreeGenerator.cs
- TrackBarRenderer.cs
- TextRangeBase.cs
- ColumnPropertiesGroup.cs
- ArrayTypeMismatchException.cs
- SpeechRecognitionEngine.cs
- SqlConnectionPoolProviderInfo.cs
- FontWeights.cs
- FloatAverageAggregationOperator.cs
- XmlElementCollection.cs
- input.cs
- EnumerationRangeValidationUtil.cs
- DataGridViewLinkCell.cs
- SQLMoneyStorage.cs
- MetadataCacheItem.cs
- Vector3D.cs
- NonBatchDirectoryCompiler.cs
- CacheEntry.cs
- serverconfig.cs
- LinkTarget.cs
- ColorConvertedBitmap.cs
- COM2ColorConverter.cs
- DependencyObjectProvider.cs
- TdsParserStateObject.cs
- HMACSHA384.cs
- GridViewSelectEventArgs.cs
- StringDictionary.cs
- BaseUriHelper.cs
- TypefaceMap.cs
- DataGridViewRow.cs
- DataGridViewCellConverter.cs
- GreenMethods.cs
- SectionVisual.cs
- ParserContext.cs
- ImagingCache.cs
- RuntimeConfigLKG.cs
- TextEndOfSegment.cs
- MemberHolder.cs
- TextStore.cs
- LinkedResourceCollection.cs
- ArcSegment.cs
- KeyboardEventArgs.cs
- GeneralTransform.cs
- ScrollableControl.cs
- DataObjectFieldAttribute.cs
- CurrencyManager.cs
- ThreadAbortException.cs
- WizardPanel.cs
- ViewBox.cs
- WriterOutput.cs
- DirtyTextRange.cs
- XmlNamedNodeMap.cs
- TemplatedAdorner.cs
- DbgCompiler.cs
- PowerStatus.cs
- EndpointAddressMessageFilter.cs
- GroupDescription.cs
- latinshape.cs
- MetadataWorkspace.cs
- DataGridViewMethods.cs
- KeyedPriorityQueue.cs
- SafeLocalAllocation.cs
- SqlParameterizer.cs
- ZipPackagePart.cs
- HostedElements.cs
- EventToken.cs
- _HelperAsyncResults.cs
- HostedAspNetEnvironment.cs
- InvokeWebServiceDesigner.cs
- TargetParameterCountException.cs
- cryptoapiTransform.cs
- TextRange.cs
- HttpPostClientProtocol.cs
- XsdDateTime.cs
- BlurEffect.cs
- ListBindingHelper.cs
- UriSection.cs
- IMembershipProvider.cs
- WebMessageEncoderFactory.cs