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
- TextEndOfSegment.cs
- Select.cs
- ISSmlParser.cs
- Switch.cs
- AccessibilityHelperForVista.cs
- Variable.cs
- BamlResourceDeserializer.cs
- AuthorizationRule.cs
- KoreanLunisolarCalendar.cs
- PtsHost.cs
- SiteMapProvider.cs
- SpellerHighlightLayer.cs
- FolderBrowserDialogDesigner.cs
- PublisherIdentityPermission.cs
- XmlDataContract.cs
- QilName.cs
- SimpleRecyclingCache.cs
- HyperLinkField.cs
- SecUtil.cs
- XmlExpressionDumper.cs
- ParserStreamGeometryContext.cs
- listitem.cs
- MetaColumn.cs
- SystemPens.cs
- ContextActivityUtils.cs
- LockRecursionException.cs
- DefaultIfEmptyQueryOperator.cs
- RelationshipDetailsRow.cs
- XmlUrlResolver.cs
- DoubleLinkListEnumerator.cs
- MethodAccessException.cs
- UserPreferenceChangingEventArgs.cs
- ListBindingConverter.cs
- CardSpaceException.cs
- ConstrainedDataObject.cs
- EnumValidator.cs
- StringFunctions.cs
- DiagnosticTraceSource.cs
- DynamicILGenerator.cs
- FlowLayoutPanel.cs
- Timer.cs
- SocketException.cs
- SizeAnimationClockResource.cs
- RowCache.cs
- ValueUnavailableException.cs
- RadialGradientBrush.cs
- BrowserInteropHelper.cs
- TableLayoutStyleCollection.cs
- WebBrowserDocumentCompletedEventHandler.cs
- TraceSource.cs
- CopyNodeSetAction.cs
- SoapExtensionReflector.cs
- TypeRestriction.cs
- DbMetaDataFactory.cs
- AuthorizationSection.cs
- XmlAggregates.cs
- UnsafeNativeMethods.cs
- SortedList.cs
- thaishape.cs
- AsymmetricSignatureDeformatter.cs
- ChannelBinding.cs
- SvcFileManager.cs
- InputGestureCollection.cs
- WindowsListView.cs
- XhtmlBasicObjectListAdapter.cs
- AuthenticationException.cs
- RNGCryptoServiceProvider.cs
- JumpItem.cs
- InputReport.cs
- ClassDataContract.cs
- ContentTypeSettingDispatchMessageFormatter.cs
- UriSection.cs
- UserControl.cs
- webbrowsersite.cs
- RuleElement.cs
- TaiwanLunisolarCalendar.cs
- Substitution.cs
- PackWebResponse.cs
- HttpClientCredentialType.cs
- DataSourceHelper.cs
- LinkDescriptor.cs
- XmlSecureResolver.cs
- FontConverter.cs
- DesignerRegionCollection.cs
- CqlGenerator.cs
- StdValidatorsAndConverters.cs
- HtmlElementEventArgs.cs
- DataGridViewUtilities.cs
- WebProxyScriptElement.cs
- SafeProcessHandle.cs
- SplitterCancelEvent.cs
- RemoveStoryboard.cs
- AttributeEmitter.cs
- BitmapEffectDrawing.cs
- Lookup.cs
- ProcessModelSection.cs
- StopStoryboard.cs
- SplitterCancelEvent.cs
- SymLanguageType.cs
- SQLGuidStorage.cs