Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / CompMod / System / ComponentModel / Design / Data / DesignerDataSchemaClass.cs / 1 / DesignerDataSchemaClass.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel.Design.Data { using System; using System.Collections; ////// Represents a class of schema objects that can be retrieved from a /// DesignerDataConnection using the IDataEnvironment service and the /// IDesignerDataSchema interface. /// public sealed class DesignerDataSchemaClass { ////// public static readonly DesignerDataSchemaClass StoredProcedures = new DesignerDataSchemaClass(); ////// public static readonly DesignerDataSchemaClass Tables = new DesignerDataSchemaClass(); ////// public static readonly DesignerDataSchemaClass Views = new DesignerDataSchemaClass(); ////// private DesignerDataSchemaClass() { } } } // 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
- VersionPair.cs
- lengthconverter.cs
- TaskHelper.cs
- LinqDataSourceView.cs
- ResourcePart.cs
- DefaultSerializationProviderAttribute.cs
- LinkedList.cs
- FlowNode.cs
- SafeViewOfFileHandle.cs
- ManagementDateTime.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- BindingContext.cs
- HttpHeaderCollection.cs
- _NegotiateClient.cs
- ExceptionUtil.cs
- Compiler.cs
- DocumentScope.cs
- ByteKeyFrameCollection.cs
- XhtmlConformanceSection.cs
- FactoryMaker.cs
- LogRecordSequence.cs
- PrintDialog.cs
- ProcessModelInfo.cs
- RequiredFieldValidator.cs
- DockPanel.cs
- RuntimeHelpers.cs
- XmlNodeChangedEventArgs.cs
- WebConfigurationFileMap.cs
- CompoundFileIOPermission.cs
- EndEvent.cs
- IUnknownConstantAttribute.cs
- HtmlShim.cs
- SecurityBindingElement.cs
- RedirectionProxy.cs
- DictionaryEntry.cs
- FixedSOMImage.cs
- WindowsListBox.cs
- StringExpressionSet.cs
- RsaSecurityKey.cs
- Base64Encoder.cs
- Automation.cs
- PerspectiveCamera.cs
- PerformanceCounterLib.cs
- adornercollection.cs
- RSACryptoServiceProvider.cs
- StringWriter.cs
- ListViewItemMouseHoverEvent.cs
- DataViewListener.cs
- ProfilePropertySettingsCollection.cs
- ViewGenerator.cs
- KeyedHashAlgorithm.cs
- ObfuscationAttribute.cs
- HelpExampleGenerator.cs
- InternalBase.cs
- WebPartHelpVerb.cs
- SendKeys.cs
- WsatServiceAddress.cs
- CreatingCookieEventArgs.cs
- TableLayoutPanelCellPosition.cs
- HandleExceptionArgs.cs
- OutOfProcStateClientManager.cs
- DataRelationPropertyDescriptor.cs
- XmlSchemaComplexType.cs
- ConsumerConnectionPoint.cs
- GridViewCancelEditEventArgs.cs
- sqlnorm.cs
- ConcatQueryOperator.cs
- DataGridViewCellConverter.cs
- XmlCharacterData.cs
- TypeSchema.cs
- EnumMember.cs
- ParserHooks.cs
- clipboard.cs
- GlobalizationAssembly.cs
- ViewLoader.cs
- XmlReader.cs
- lengthconverter.cs
- HitTestWithPointDrawingContextWalker.cs
- ObjectStateManager.cs
- ReadOnlyAttribute.cs
- PerformanceCounterManager.cs
- PaperSource.cs
- CssTextWriter.cs
- FillErrorEventArgs.cs
- SharedPerformanceCounter.cs
- JapaneseCalendar.cs
- PlatformCulture.cs
- AttributeCollection.cs
- dsa.cs
- SynchronousChannel.cs
- EntityContainerAssociationSetEnd.cs
- HiddenFieldPageStatePersister.cs
- CriticalExceptions.cs
- QueryCursorEventArgs.cs
- CheckBoxList.cs
- RegexCode.cs
- ScaleTransform3D.cs
- NamespaceList.cs
- ErasingStroke.cs
- XPathNode.cs