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
- SrgsNameValueTag.cs
- SnapshotChangeTrackingStrategy.cs
- DnsPermission.cs
- AnnouncementClient.cs
- DataGrid.cs
- SerializationHelper.cs
- PagerSettings.cs
- DataColumnMapping.cs
- DocumentDesigner.cs
- ApplicationFileParser.cs
- LineBreak.cs
- ControlBuilderAttribute.cs
- ComPlusSynchronizationContext.cs
- AsyncCompletedEventArgs.cs
- ImageAutomationPeer.cs
- SoapHeader.cs
- ColumnResult.cs
- WindowsFormsSectionHandler.cs
- SqlConnection.cs
- SqlMethodAttribute.cs
- WindowsUpDown.cs
- EncryptedPackage.cs
- ListView.cs
- KeyedCollection.cs
- MDIClient.cs
- InvokeBase.cs
- EmptyEnumerable.cs
- ResXFileRef.cs
- DuplicateWaitObjectException.cs
- DataGridViewCellMouseEventArgs.cs
- GeometryDrawing.cs
- CompiledQueryCacheKey.cs
- ScrollProviderWrapper.cs
- CodeAttributeDeclaration.cs
- EmptyCollection.cs
- WaitHandleCannotBeOpenedException.cs
- HtmlForm.cs
- MetadataLocation.cs
- TreeViewItemAutomationPeer.cs
- JumpList.cs
- EnumUnknown.cs
- MetadataSource.cs
- InstanceKeyCollisionException.cs
- TextTreeExtractElementUndoUnit.cs
- Menu.cs
- SiteMembershipCondition.cs
- Update.cs
- EditorPart.cs
- BufferedStream.cs
- BindingsCollection.cs
- ListBoxChrome.cs
- FilterQuery.cs
- _LazyAsyncResult.cs
- MeshGeometry3D.cs
- SmtpReplyReader.cs
- XmlEventCache.cs
- AuthenticationModuleElement.cs
- ToggleButtonAutomationPeer.cs
- ADConnectionHelper.cs
- CodeDelegateInvokeExpression.cs
- TableProviderWrapper.cs
- InputElement.cs
- AnnouncementDispatcherAsyncResult.cs
- Figure.cs
- XmlNodeChangedEventManager.cs
- Control.cs
- ToolStripHighContrastRenderer.cs
- CompilationLock.cs
- LocalizationCodeDomSerializer.cs
- IgnoreFlushAndCloseStream.cs
- MatrixUtil.cs
- PieceNameHelper.cs
- BindingWorker.cs
- Lease.cs
- Style.cs
- GeometryCollection.cs
- SettingsPropertyValue.cs
- CacheEntry.cs
- AttachedPropertiesService.cs
- CompositeDispatchFormatter.cs
- StrokeNodeData.cs
- ToolStripSplitButton.cs
- DatatypeImplementation.cs
- SectionUpdates.cs
- SR.Designer.cs
- ObjectView.cs
- ItemMap.cs
- MasterPageCodeDomTreeGenerator.cs
- TextOutput.cs
- SessionStateSection.cs
- XPathDescendantIterator.cs
- UIElementPropertyUndoUnit.cs
- Operators.cs
- MenuStrip.cs
- HTTP_SERVICE_CONFIG_URLACL_PARAM.cs
- ListArgumentProvider.cs
- CharKeyFrameCollection.cs
- SecurityNegotiationException.cs
- XPathArrayIterator.cs
- AsyncParams.cs