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
- XamlPoint3DCollectionSerializer.cs
- PhysicalAddress.cs
- SuppressIldasmAttribute.cs
- FontFamilyValueSerializer.cs
- ComAdminWrapper.cs
- PreservationFileWriter.cs
- ParagraphResult.cs
- SQLSingleStorage.cs
- X509KeyIdentifierClauseType.cs
- ObjectRef.cs
- ExtenderControl.cs
- SymLanguageType.cs
- RectangleGeometry.cs
- ContextInformation.cs
- TriggerCollection.cs
- WindowsBrush.cs
- XmlHierarchicalDataSourceView.cs
- ClientTargetSection.cs
- XmlChildEnumerator.cs
- EdmToObjectNamespaceMap.cs
- CheckPair.cs
- TreeNodeCollectionEditorDialog.cs
- JsonSerializer.cs
- ButtonRenderer.cs
- CodeThrowExceptionStatement.cs
- HttpHeaderCollection.cs
- OdbcConnectionFactory.cs
- TreeViewImageIndexConverter.cs
- RegistryConfigurationProvider.cs
- LineSegment.cs
- DbException.cs
- DataGridViewColumnCollectionEditor.cs
- ListViewItemMouseHoverEvent.cs
- OuterProxyWrapper.cs
- LOSFormatter.cs
- BinaryFormatterWriter.cs
- RemoteWebConfigurationHostServer.cs
- RoutedEvent.cs
- ProfilePropertyMetadata.cs
- MediaTimeline.cs
- MaskPropertyEditor.cs
- UiaCoreApi.cs
- WebPartHelpVerb.cs
- DirectionalLight.cs
- CompositeCollection.cs
- IconHelper.cs
- ManifestSignedXml.cs
- KeyToListMap.cs
- ValidatorCompatibilityHelper.cs
- SqlNodeAnnotations.cs
- TypeDescriptor.cs
- HwndStylusInputProvider.cs
- TraceXPathNavigator.cs
- DefaultAssemblyResolver.cs
- DataComponentMethodGenerator.cs
- SolidBrush.cs
- FlowLayout.cs
- SmtpLoginAuthenticationModule.cs
- DataTableNewRowEvent.cs
- FieldInfo.cs
- MouseButton.cs
- SerializationAttributes.cs
- Helpers.cs
- RemoveStoryboard.cs
- EventEntry.cs
- KeySplineConverter.cs
- CountAggregationOperator.cs
- SimpleTypeResolver.cs
- EventLogEntryCollection.cs
- AngleUtil.cs
- DnsEndPoint.cs
- EventLogWatcher.cs
- EdmProviderManifest.cs
- DetailsViewModeEventArgs.cs
- StaticExtensionConverter.cs
- DataList.cs
- DebugHandleTracker.cs
- Column.cs
- DataGridTextBox.cs
- TdsParserStateObject.cs
- TextEditorSpelling.cs
- Html32TextWriter.cs
- QilUnary.cs
- RemotingServices.cs
- RelationshipEntry.cs
- Utility.cs
- EncodingTable.cs
- MsdtcWrapper.cs
- XmlSchemaGroupRef.cs
- JavaScriptSerializer.cs
- ImageAnimator.cs
- mda.cs
- SQLDateTimeStorage.cs
- DeviceContext.cs
- CommandID.cs
- OpenFileDialog.cs
- OdbcFactory.cs
- IdleTimeoutMonitor.cs
- ParameterModifier.cs
- IssuedTokenParametersElement.cs