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
- PeerService.cs
- ProfilePropertyNameValidator.cs
- MSHTMLHostUtil.cs
- Listbox.cs
- FloaterParagraph.cs
- EUCJPEncoding.cs
- OleDbRowUpdatedEvent.cs
- CategoryNameCollection.cs
- RuntimeConfig.cs
- ExpressionEditorAttribute.cs
- SizeAnimation.cs
- InputEventArgs.cs
- CellTreeNode.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- Light.cs
- WebScriptClientGenerator.cs
- GatewayIPAddressInformationCollection.cs
- PKCS1MaskGenerationMethod.cs
- FuncTypeConverter.cs
- XPathNavigatorReader.cs
- FileCodeGroup.cs
- LockRecursionException.cs
- GeneralTransform.cs
- QueryCoreOp.cs
- DbUpdateCommandTree.cs
- DateTimeParse.cs
- ListView.cs
- RangeValueProviderWrapper.cs
- DateTimeAutomationPeer.cs
- ObjectFullSpanRewriter.cs
- EntityDataSourceSelectedEventArgs.cs
- ByteStack.cs
- ListCollectionView.cs
- DSASignatureFormatter.cs
- DurableInstance.cs
- ReflectionHelper.cs
- DataRecord.cs
- IsolationInterop.cs
- SetterBaseCollection.cs
- StringValidatorAttribute.cs
- ComplexBindingPropertiesAttribute.cs
- ApplicationServiceManager.cs
- XmlElement.cs
- Marshal.cs
- SerialErrors.cs
- SymmetricSecurityBindingElement.cs
- DocumentPageHost.cs
- IndependentlyAnimatedPropertyMetadata.cs
- MultipleViewPattern.cs
- ExpressionNode.cs
- XamlSerializerUtil.cs
- WizardForm.cs
- DocobjHost.cs
- ConfigXmlText.cs
- RangeBase.cs
- DefaultSerializationProviderAttribute.cs
- EntitySqlException.cs
- DbTransaction.cs
- ColumnResult.cs
- ObjectItemLoadingSessionData.cs
- httpstaticobjectscollection.cs
- SingleSelectRootGridEntry.cs
- ExpressionNormalizer.cs
- OdbcConnectionStringbuilder.cs
- InitializerFacet.cs
- BeginEvent.cs
- CounterCreationDataCollection.cs
- ComAdminWrapper.cs
- ArgumentOutOfRangeException.cs
- HttpResponseInternalWrapper.cs
- VirtualizingStackPanel.cs
- MgmtConfigurationRecord.cs
- Axis.cs
- ClientConfigurationHost.cs
- DataConnectionHelper.cs
- WorkflowLayouts.cs
- DataGrid.cs
- WebException.cs
- DataGridViewColumnHeaderCell.cs
- ExtenderProvidedPropertyAttribute.cs
- ActivityInstance.cs
- PropertyDescriptor.cs
- SmiTypedGetterSetter.cs
- CompModSwitches.cs
- DesignerAdRotatorAdapter.cs
- SchemaImporterExtension.cs
- LinearGradientBrush.cs
- NullableFloatAverageAggregationOperator.cs
- EntityDataSource.cs
- NotifyParentPropertyAttribute.cs
- ComMethodElementCollection.cs
- FrameworkElementAutomationPeer.cs
- ViewgenContext.cs
- ProfileModule.cs
- UICuesEvent.cs
- ThousandthOfEmRealDoubles.cs
- InfocardClientCredentials.cs
- WindowsClientElement.cs
- RegexBoyerMoore.cs
- QilVisitor.cs