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
- ObjectIDGenerator.cs
- TextDecorations.cs
- SchemaImporterExtension.cs
- Separator.cs
- SqlParameterizer.cs
- PagesChangedEventArgs.cs
- SqlUtils.cs
- WebPartDescriptionCollection.cs
- Pts.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- HtmlHistory.cs
- CompModSwitches.cs
- RecordsAffectedEventArgs.cs
- EditorPartChrome.cs
- Barrier.cs
- WebPartZoneAutoFormat.cs
- ServiceDescriptionImporter.cs
- DbTransaction.cs
- ValidationError.cs
- XmlSerializerVersionAttribute.cs
- TraceLog.cs
- ParserContext.cs
- CollectionTypeElement.cs
- XmlLanguage.cs
- AtomMaterializer.cs
- AvTrace.cs
- Size.cs
- AttributeEmitter.cs
- ExpandableObjectConverter.cs
- Unit.cs
- ScriptComponentDescriptor.cs
- AnnouncementDispatcherAsyncResult.cs
- PersonalizablePropertyEntry.cs
- HwndProxyElementProvider.cs
- BypassElementCollection.cs
- SqlDataSourceQueryEditor.cs
- WindowShowOrOpenTracker.cs
- MatrixAnimationBase.cs
- TdsEnums.cs
- ShadowGlyph.cs
- Collection.cs
- ConfigXmlText.cs
- ErrorActivity.cs
- XmlSchema.cs
- IdentityNotMappedException.cs
- ExpressionBuilder.cs
- SpellerHighlightLayer.cs
- WebExceptionStatus.cs
- CssTextWriter.cs
- CodeArgumentReferenceExpression.cs
- TemplateControlBuildProvider.cs
- BindingsCollection.cs
- EventSetter.cs
- DefaultValueTypeConverter.cs
- SkinBuilder.cs
- SelectionWordBreaker.cs
- CssTextWriter.cs
- CodeIdentifier.cs
- NameSpaceExtractor.cs
- ScriptControlManager.cs
- ActiveXContainer.cs
- HuffmanTree.cs
- sqlmetadatafactory.cs
- ScaleTransform3D.cs
- ManagementObjectCollection.cs
- PostBackTrigger.cs
- WebServiceBindingAttribute.cs
- SessionSymmetricTransportSecurityProtocolFactory.cs
- IndexedString.cs
- ListBindableAttribute.cs
- XmlQueryRuntime.cs
- IsolatedStorageFilePermission.cs
- PlaceHolder.cs
- Debug.cs
- ErrorEventArgs.cs
- HtmlCommandAdapter.cs
- DataTableTypeConverter.cs
- sqlmetadatafactory.cs
- ImageSource.cs
- SqlTriggerContext.cs
- OleDbError.cs
- ImageMapEventArgs.cs
- RightsManagementEncryptionTransform.cs
- PageSetupDialog.cs
- RadioButton.cs
- DigitShape.cs
- GeometryGroup.cs
- _AcceptOverlappedAsyncResult.cs
- RequestTimeoutManager.cs
- WeakReferenceList.cs
- ColumnWidthChangedEvent.cs
- CaseExpr.cs
- SqlProviderManifest.cs
- XmlCodeExporter.cs
- CurrentTimeZone.cs
- SQLInt64.cs
- TreeViewAutomationPeer.cs
- dtdvalidator.cs
- GridViewRowCollection.cs
- ToolStripDropDownItem.cs