Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntity / System / Data / Query / PlanCompiler / CommandPlan.cs / 2 / CommandPlan.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] //--------------------------------------------------------------------- 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. //---------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] //--------------------------------------------------------------------- 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
- UriScheme.cs
- SessionChannels.cs
- TogglePattern.cs
- FrameDimension.cs
- CorrelationManager.cs
- InkCanvasSelectionAdorner.cs
- ScriptingJsonSerializationSection.cs
- Single.cs
- FtpWebResponse.cs
- PropertyGridCommands.cs
- Nullable.cs
- NumberFunctions.cs
- BindingMemberInfo.cs
- ToolStripLocationCancelEventArgs.cs
- DeviceContext.cs
- CursorConverter.cs
- BrowserDefinitionCollection.cs
- Journaling.cs
- DataListItem.cs
- MimeTypeMapper.cs
- DataGridViewCellValueEventArgs.cs
- OutputCacheProfileCollection.cs
- ComboBoxHelper.cs
- XPathNodePointer.cs
- PageParser.cs
- Ops.cs
- ISCIIEncoding.cs
- WaitForChangedResult.cs
- CqlErrorHelper.cs
- StoryFragments.cs
- CollectionViewGroupInternal.cs
- ClientBuildManagerCallback.cs
- WSFederationHttpBinding.cs
- templategroup.cs
- DPTypeDescriptorContext.cs
- X509UI.cs
- LongTypeConverter.cs
- SqlNamer.cs
- SelectionProcessor.cs
- NonNullItemCollection.cs
- ClientSettings.cs
- _NegoState.cs
- RemoteWebConfigurationHostServer.cs
- WebBrowserProgressChangedEventHandler.cs
- ControlHelper.cs
- GraphicsContext.cs
- DataGridViewAutoSizeModeEventArgs.cs
- MobileSysDescriptionAttribute.cs
- SpecialFolderEnumConverter.cs
- UserControl.cs
- CryptoHelper.cs
- AsyncOperationManager.cs
- BasicViewGenerator.cs
- SkinBuilder.cs
- OleDbPermission.cs
- PlanCompilerUtil.cs
- Transactions.cs
- ItemList.cs
- GlobalEventManager.cs
- BaseDataList.cs
- WebFormDesignerActionService.cs
- PersianCalendar.cs
- TableLayoutSettingsTypeConverter.cs
- GlobalProxySelection.cs
- EncoderParameters.cs
- FormClosingEvent.cs
- LookupBindingPropertiesAttribute.cs
- DependencyObjectProvider.cs
- DoWorkEventArgs.cs
- CacheMode.cs
- SystemIcmpV6Statistics.cs
- View.cs
- HtmlHistory.cs
- ConstraintConverter.cs
- FileRecordSequenceCompletedAsyncResult.cs
- GetRecipientRequest.cs
- StrokeIntersection.cs
- SignatureToken.cs
- AlternationConverter.cs
- FixedSOMPageConstructor.cs
- OrderedParallelQuery.cs
- dbdatarecord.cs
- Mutex.cs
- InputElement.cs
- FontSource.cs
- BaseDataBoundControlDesigner.cs
- X509Certificate2Collection.cs
- StyleXamlParser.cs
- Native.cs
- CheckBoxField.cs
- SignedXmlDebugLog.cs
- XmlArrayItemAttributes.cs
- CheckBoxField.cs
- Stylesheet.cs
- ConfigXmlText.cs
- IIS7WorkerRequest.cs
- WindowsTokenRoleProvider.cs
- ReferenceSchema.cs
- ListenerConnectionDemuxer.cs
- CalendarDesigner.cs