Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- EventSinkHelperWriter.cs
- MonikerSyntaxException.cs
- TextLineResult.cs
- EmptyReadOnlyDictionaryInternal.cs
- SQLBytesStorage.cs
- MissingManifestResourceException.cs
- SingleSelectRootGridEntry.cs
- TargetControlTypeCache.cs
- ExceptionHandlersDesigner.cs
- DetailsViewDeleteEventArgs.cs
- Cursor.cs
- CodeDirectionExpression.cs
- CqlQuery.cs
- ConfigurationLocation.cs
- Package.cs
- ComplexObject.cs
- LocatorBase.cs
- TextClipboardData.cs
- StringArrayConverter.cs
- FontFamily.cs
- DictionaryBase.cs
- HttpListenerException.cs
- PresentationAppDomainManager.cs
- WsrmMessageInfo.cs
- SiteMapNodeItemEventArgs.cs
- ClaimSet.cs
- CheckBoxFlatAdapter.cs
- WSDualHttpSecurityMode.cs
- DocumentViewerBaseAutomationPeer.cs
- CodeActivityMetadata.cs
- TraceUtility.cs
- Restrictions.cs
- cryptoapiTransform.cs
- XmlLinkedNode.cs
- IDQuery.cs
- MsmqMessageProperty.cs
- XsltLibrary.cs
- AssociationType.cs
- DropSource.cs
- Handle.cs
- SessionEndingCancelEventArgs.cs
- StyleHelper.cs
- RuleSettings.cs
- JsonSerializer.cs
- Part.cs
- XmlUnspecifiedAttribute.cs
- OleDbConnectionInternal.cs
- HostingEnvironment.cs
- CompModSwitches.cs
- cookiecollection.cs
- CommonRemoteMemoryBlock.cs
- SmiConnection.cs
- InstanceDescriptor.cs
- Base64Encoder.cs
- CommandManager.cs
- SqlGenericUtil.cs
- IncrementalHitTester.cs
- Keyboard.cs
- XNameTypeConverter.cs
- SettingsBindableAttribute.cs
- ProviderMetadataCachedInformation.cs
- StubHelpers.cs
- OrderByQueryOptionExpression.cs
- List.cs
- SqlClientWrapperSmiStreamChars.cs
- XmlSchemaSimpleContent.cs
- DataTableMapping.cs
- Matrix.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- EdmValidator.cs
- ProtocolException.cs
- DataObjectFieldAttribute.cs
- mactripleDES.cs
- ToolStripDesignerUtils.cs
- IpcClientChannel.cs
- CompilerParameters.cs
- PackageRelationshipSelector.cs
- mediaeventargs.cs
- LifetimeServices.cs
- TableLayoutRowStyleCollection.cs
- ApplicationContext.cs
- StreamReader.cs
- BamlReader.cs
- GrammarBuilder.cs
- BlobPersonalizationState.cs
- DbExpressionVisitor_TResultType.cs
- CurrentChangingEventManager.cs
- HtmlMeta.cs
- CfgParser.cs
- Sequence.cs
- UniqueEventHelper.cs
- ProviderException.cs
- SingleObjectCollection.cs
- AsymmetricAlgorithm.cs
- PrintingPermissionAttribute.cs
- WorkflowLayouts.cs
- SmiEventSink_DeferedProcessing.cs
- DocumentAutomationPeer.cs
- LateBoundBitmapDecoder.cs
- FixedSOMTextRun.cs