Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Data / System / Data / Common / AdapterSwitches.cs / 1 / AdapterSwitches.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- #if DEBUG using System.Diagnostics; namespace System.Data.Common { internal static class AdapterSwitches { static private TraceSwitch _dataSchema; static internal TraceSwitch DataSchema { get { TraceSwitch dataSchema = _dataSchema; if (null == dataSchema) { _dataSchema = dataSchema = new TraceSwitch("Data.Schema", "Enable tracing for schema actions."); } return dataSchema; } } } } #endif // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DeferredTextReference.cs
- WmpBitmapDecoder.cs
- SqlAggregateChecker.cs
- XmlConvert.cs
- NativeMethods.cs
- TableLayoutColumnStyleCollection.cs
- XmlCountingReader.cs
- WebConfigurationHostFileChange.cs
- SerializationException.cs
- SpeechSynthesizer.cs
- PropertyDescriptorCollection.cs
- ValidatorCollection.cs
- OdbcConnectionOpen.cs
- QilXmlWriter.cs
- HtmlImage.cs
- ViewStateChangedEventArgs.cs
- TextElementCollectionHelper.cs
- SafeNativeMethods.cs
- HtmlInputButton.cs
- EntityWrapperFactory.cs
- Typeface.cs
- Matrix.cs
- CreateUserWizardStep.cs
- EmptyWorkItem.cs
- ControllableStoryboardAction.cs
- SSmlParser.cs
- ResourceContainerWrapper.cs
- ExecutionScope.cs
- KoreanCalendar.cs
- ComboBoxRenderer.cs
- SmtpMail.cs
- login.cs
- AncillaryOps.cs
- SimpleHandlerBuildProvider.cs
- HttpListenerResponse.cs
- DataGridPagerStyle.cs
- DelegatingConfigHost.cs
- Math.cs
- AppDomainShutdownMonitor.cs
- TokenFactoryBase.cs
- AsymmetricKeyExchangeDeformatter.cs
- PlanCompiler.cs
- MsmqTransportElement.cs
- Globals.cs
- UserControlParser.cs
- ComponentDesigner.cs
- ComponentCommands.cs
- ConfigXmlSignificantWhitespace.cs
- LogicalCallContext.cs
- ConcatQueryOperator.cs
- TextStore.cs
- SecurityKeyUsage.cs
- FieldBuilder.cs
- ObjectDataSourceDesigner.cs
- AsyncResult.cs
- EndpointDispatcher.cs
- ImageDesigner.cs
- Journal.cs
- HtmlUtf8RawTextWriter.cs
- AlternateViewCollection.cs
- CatalogPart.cs
- IWorkflowDebuggerService.cs
- CommandID.cs
- ResourceDisplayNameAttribute.cs
- EdmError.cs
- TextServicesContext.cs
- HeaderUtility.cs
- FloaterParagraph.cs
- Int16.cs
- ConnectionProviderAttribute.cs
- MimeTypePropertyAttribute.cs
- AppDomainUnloadedException.cs
- XPathSelfQuery.cs
- OutputScope.cs
- ReferenceConverter.cs
- CryptoApi.cs
- EntityProviderServices.cs
- EventDescriptor.cs
- DelegatedStream.cs
- SettingsPropertyWrongTypeException.cs
- ResourceExpression.cs
- BlockCollection.cs
- XmlSubtreeReader.cs
- XmlAttributeProperties.cs
- AnonymousIdentificationSection.cs
- HtmlLink.cs
- CustomWebEventKey.cs
- ViewGenerator.cs
- DataTransferEventArgs.cs
- TdsParserStateObject.cs
- ListView.cs
- PeerDefaultCustomResolverClient.cs
- Ops.cs
- DefaultIfEmptyQueryOperator.cs
- XsltSettings.cs
- TypeSystemProvider.cs
- precedingquery.cs
- OnOperation.cs
- WeakEventTable.cs
- Socket.cs