Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / OleDb / OleDbConnectionPoolGroupProviderInfo.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FixedSOMTableCell.cs
- EventLogReader.cs
- MarkupObject.cs
- DynamicMetaObject.cs
- CompletionCallbackWrapper.cs
- GeneralTransform3DTo2D.cs
- UriSectionData.cs
- GridViewDeleteEventArgs.cs
- GroupBox.cs
- XamlBrushSerializer.cs
- ScriptControlDescriptor.cs
- TrackingWorkflowEventArgs.cs
- XPathDocument.cs
- ViewRendering.cs
- RichTextBox.cs
- RuleInfoComparer.cs
- QilReplaceVisitor.cs
- WebControlsSection.cs
- CompoundFileDeflateTransform.cs
- Line.cs
- SecurityTokenRequirement.cs
- Roles.cs
- SortExpressionBuilder.cs
- SqlProviderServices.cs
- EnumerableRowCollectionExtensions.cs
- DrawingVisualDrawingContext.cs
- MessageDecoder.cs
- EntityModelBuildProvider.cs
- XmlBinaryReader.cs
- ResourceKey.cs
- SqlBinder.cs
- FreezableCollection.cs
- PointF.cs
- IndexedGlyphRun.cs
- Serializer.cs
- ToolStrip.cs
- AxHostDesigner.cs
- DocumentReferenceCollection.cs
- Assert.cs
- SqlXmlStorage.cs
- dtdvalidator.cs
- DocumentOrderQuery.cs
- TdsRecordBufferSetter.cs
- RotateTransform.cs
- XPathBinder.cs
- DataContext.cs
- DataGridViewRowCollection.cs
- VisualStyleElement.cs
- DataGridHeaderBorder.cs
- PropertyConverter.cs
- ChannelManager.cs
- NamespaceInfo.cs
- XPathDescendantIterator.cs
- ScriptComponentDescriptor.cs
- LifetimeManager.cs
- HtmlSelectionListAdapter.cs
- XPathSelectionIterator.cs
- AttachmentService.cs
- Literal.cs
- QilList.cs
- WebColorConverter.cs
- TypeDescriptorFilterService.cs
- HttpCapabilitiesSectionHandler.cs
- PersistChildrenAttribute.cs
- TriggerCollection.cs
- ToolboxControl.cs
- FontCacheUtil.cs
- FrugalList.cs
- OletxResourceManager.cs
- PrintController.cs
- ConfigurationElementProperty.cs
- LinkLabel.cs
- UnsafeNativeMethods.cs
- ReadOnlyDictionary.cs
- ShaderRenderModeValidation.cs
- AuthorizationSection.cs
- BindValidationContext.cs
- WebBrowserNavigatingEventHandler.cs
- BamlTreeNode.cs
- ToolZone.cs
- NavigationExpr.cs
- TreeNodeStyle.cs
- ManagementQuery.cs
- SchemaInfo.cs
- AppSettingsExpressionBuilder.cs
- GacUtil.cs
- MembershipValidatePasswordEventArgs.cs
- AuthenticationException.cs
- CookieHandler.cs
- TextPointer.cs
- GeometryValueSerializer.cs
- ListViewTableCell.cs
- TimeZone.cs
- MetaTable.cs
- GridViewEditEventArgs.cs
- TimeManager.cs
- UnsafeNativeMethods.cs
- SettingsContext.cs
- TimelineGroup.cs
- DataGridViewCellStyleChangedEventArgs.cs