Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Query / PlanCompiler / CommandPlan.cs / 1305376 / CommandPlan.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Globalization; using System.Data.Common; using md = System.Data.Metadata.Edm; using cqt = System.Data.Common.CommandTrees; //using System.Diagnostics; // Please use PlanCompiler.Assert instead of Debug.Assert in this class... // // A CommandPlan represents the plan for a query. // namespace System.Data.Query.PlanCompiler { #region CommandInfo ////// Captures information about a single provider command /// internal sealed class ProviderCommandInfo { #region public apis ////// Internal methods to get the command tree /// internal cqt.DbCommandTree CommandTree { get { return _commandTree; } } #endregion #region private state private cqt.DbCommandTree _commandTree; private ProviderCommandInfo _parent; private List_children; #endregion #region constructors /// /// Internal constructor for a ProviderCommandInfo object /// /// command tree for the provider command /// children command infos internal ProviderCommandInfo(cqt.DbCommandTree commandTree, Listchildren) { _commandTree = commandTree; _children = children; if (_children == null) { _children = new List (); } foreach (ProviderCommandInfo child in _children) { child._parent = this; } } #endregion } #endregion } // 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
- PreservationFileReader.cs
- AppDomainShutdownMonitor.cs
- XamlHostingConfiguration.cs
- FormViewUpdatedEventArgs.cs
- GridViewRowCollection.cs
- XmlDocument.cs
- TableRowCollection.cs
- SchemaTableOptionalColumn.cs
- DataObjectFieldAttribute.cs
- InkCanvasSelection.cs
- HtmlAnchor.cs
- XmlNamedNodeMap.cs
- TemplateKeyConverter.cs
- Single.cs
- XmlElementList.cs
- WebPartsPersonalizationAuthorization.cs
- DetailsViewDeleteEventArgs.cs
- PanelDesigner.cs
- Monitor.cs
- DbDeleteCommandTree.cs
- MenuItem.cs
- HandlerBase.cs
- EmptyControlCollection.cs
- DbParameterHelper.cs
- DiagnosticsConfiguration.cs
- SqlSupersetValidator.cs
- XDeferredAxisSource.cs
- Activator.cs
- GenericEnumerator.cs
- StyleXamlTreeBuilder.cs
- DesignTimeVisibleAttribute.cs
- Switch.cs
- UncommonField.cs
- DelegateBodyWriter.cs
- ConnectionString.cs
- SinglePageViewer.cs
- MailBnfHelper.cs
- XmlSerializerFactory.cs
- UIHelper.cs
- WebBaseEventKeyComparer.cs
- Application.cs
- CharacterMetricsDictionary.cs
- MethodResolver.cs
- HotSpot.cs
- CharKeyFrameCollection.cs
- XmlLanguageConverter.cs
- ProtocolsConfiguration.cs
- XhtmlConformanceSection.cs
- QuotedPrintableStream.cs
- SplitterEvent.cs
- ConfigurationLocation.cs
- SiteOfOriginPart.cs
- SharingService.cs
- UDPClient.cs
- XmlMapping.cs
- WebPartMinimizeVerb.cs
- NavigationProperty.cs
- WebPartManager.cs
- LeaseManager.cs
- ParallelDesigner.cs
- NetworkAddressChange.cs
- SqlDataSourceTableQuery.cs
- SolidBrush.cs
- PartialTrustVisibleAssemblyCollection.cs
- ClientScriptItemCollection.cs
- IfAction.cs
- TextSimpleMarkerProperties.cs
- DbDeleteCommandTree.cs
- D3DImage.cs
- COM2EnumConverter.cs
- TextChange.cs
- EntityDataSourceDataSelection.cs
- CachingHintValidation.cs
- SingleStorage.cs
- EventListenerClientSide.cs
- OracleDataAdapter.cs
- SqlBuffer.cs
- BufferManager.cs
- TypePresenter.xaml.cs
- PnrpPermission.cs
- HealthMonitoringSectionHelper.cs
- TreeWalkHelper.cs
- IBuiltInEvidence.cs
- RuleRefElement.cs
- CellParaClient.cs
- Compilation.cs
- SpecialTypeDataContract.cs
- Model3D.cs
- ColumnHeaderConverter.cs
- BitmapSource.cs
- ClientConfigurationHost.cs
- SmiSettersStream.cs
- IxmlLineInfo.cs
- Visitor.cs
- BooleanFacetDescriptionElement.cs
- SchemaMerger.cs
- IntSecurity.cs
- RSACryptoServiceProvider.cs
- OdbcDataAdapter.cs
- StateMachineWorkflowDesigner.cs