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
- LinkButton.cs
- SmiTypedGetterSetter.cs
- SoundPlayer.cs
- xmlfixedPageInfo.cs
- ClientScriptManagerWrapper.cs
- Serializer.cs
- CqlParserHelpers.cs
- WebColorConverter.cs
- ListSourceHelper.cs
- HttpListenerResponse.cs
- DelayedRegex.cs
- FrameDimension.cs
- SemaphoreSecurity.cs
- Signature.cs
- RectKeyFrameCollection.cs
- MembershipUser.cs
- SQLDecimal.cs
- XmlExpressionDumper.cs
- CustomMenuItemCollection.cs
- LoginCancelEventArgs.cs
- TypeSystem.cs
- DataFormats.cs
- ConvertersCollection.cs
- EmptyReadOnlyDictionaryInternal.cs
- VScrollProperties.cs
- HiddenFieldPageStatePersister.cs
- ControlPropertyNameConverter.cs
- COSERVERINFO.cs
- DateBoldEvent.cs
- SqlResolver.cs
- ApplicationSecurityManager.cs
- DetailsViewUpdateEventArgs.cs
- SafeCryptContextHandle.cs
- FunctionImportElement.cs
- IsolatedStorageFilePermission.cs
- ReliabilityContractAttribute.cs
- OperationAbortedException.cs
- XmlElementAttributes.cs
- WindowsStatusBar.cs
- WindowsStatic.cs
- ModelVisual3D.cs
- StringInfo.cs
- MailAddress.cs
- JsonByteArrayDataContract.cs
- VerificationException.cs
- FaultPropagationRecord.cs
- JsonXmlDataContract.cs
- ViewBox.cs
- Button.cs
- StaticContext.cs
- RegisteredScript.cs
- SpellCheck.cs
- BinaryFormatterWriter.cs
- GatewayIPAddressInformationCollection.cs
- TriState.cs
- ErrorTableItemStyle.cs
- GetResponse.cs
- Coordinator.cs
- Dump.cs
- DynamicResourceExtension.cs
- MultiDataTrigger.cs
- HandleTable.cs
- CodeConstructor.cs
- WindowVisualStateTracker.cs
- GroupQuery.cs
- SqlRetyper.cs
- ContentControl.cs
- ADMembershipProvider.cs
- SspiSafeHandles.cs
- CharacterString.cs
- NonParentingControl.cs
- CompilerHelpers.cs
- CodePageEncoding.cs
- XmlSchemaAny.cs
- BooleanFunctions.cs
- SystemIPGlobalProperties.cs
- ImageBrush.cs
- SvcMapFileLoader.cs
- ScaleTransform.cs
- CriticalFinalizerObject.cs
- DataBinder.cs
- GridViewActionList.cs
- TextCompositionManager.cs
- COM2TypeInfoProcessor.cs
- ConnectionInterfaceCollection.cs
- StreamGeometry.cs
- JsonWriter.cs
- AxImporter.cs
- UserPreferenceChangedEventArgs.cs
- SystemFonts.cs
- PersistenceMetadataNamespace.cs
- PageContentCollection.cs
- RC2.cs
- RequestQueue.cs
- StopStoryboard.cs
- BoolExpressionVisitors.cs
- HtmlPanelAdapter.cs
- AnnotationAdorner.cs
- WindowsListViewItemCheckBox.cs
- HttpListenerElement.cs