Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataEntity / System / Data / Query / PlanCompiler / CommandPlan.cs / 1 / 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
- Brush.cs
- Rotation3DAnimationBase.cs
- NotifyParentPropertyAttribute.cs
- WebPartZoneDesigner.cs
- BindingMemberInfo.cs
- ContextMarshalException.cs
- IteratorFilter.cs
- CollectionContainer.cs
- SiteIdentityPermission.cs
- RoleManagerSection.cs
- PropertyIDSet.cs
- IImplicitResourceProvider.cs
- Timeline.cs
- SocketAddress.cs
- BookmarkEventArgs.cs
- CompareValidator.cs
- ClipboardProcessor.cs
- HttpModuleCollection.cs
- XmlAttributeProperties.cs
- DotExpr.cs
- StringUtil.cs
- SettingsPropertyIsReadOnlyException.cs
- CheckedListBox.cs
- BatchStream.cs
- ToolboxItemCollection.cs
- SqlDataSourceEnumerator.cs
- WindowClosedEventArgs.cs
- DataSetMappper.cs
- XmlSignatureProperties.cs
- IntSecurity.cs
- DataGridColumnsPage.cs
- RemoteWebConfigurationHost.cs
- SqlParameterizer.cs
- ExceptionHandlers.cs
- MediaContextNotificationWindow.cs
- XsdDuration.cs
- CustomErrorsSectionWrapper.cs
- LinkDescriptor.cs
- UInt64Storage.cs
- ComboBoxItem.cs
- ASCIIEncoding.cs
- ProcessHostConfigUtils.cs
- PenLineCapValidation.cs
- UIElement3D.cs
- HtmlFormAdapter.cs
- GeometryDrawing.cs
- Quaternion.cs
- HttpContext.cs
- documentsequencetextview.cs
- XmlCharType.cs
- ComplexTypeEmitter.cs
- SymmetricSecurityBindingElement.cs
- _NativeSSPI.cs
- RunClient.cs
- MenuEventArgs.cs
- SafeArrayTypeMismatchException.cs
- WorkflowServiceHost.cs
- SessionStateModule.cs
- SqlErrorCollection.cs
- Resources.Designer.cs
- figurelength.cs
- CombinedGeometry.cs
- ContractValidationHelper.cs
- BindingExpressionUncommonField.cs
- InternalException.cs
- ComponentEditorForm.cs
- MouseBinding.cs
- DataGridViewRowCollection.cs
- _AutoWebProxyScriptEngine.cs
- Context.cs
- XmlTextEncoder.cs
- CheckoutException.cs
- HitTestFilterBehavior.cs
- XmlSchemaSet.cs
- Stackframe.cs
- SiteMapProvider.cs
- ContainerCodeDomSerializer.cs
- DropTarget.cs
- ResolvedKeyFrameEntry.cs
- WebRequestModulesSection.cs
- XmlWrappingWriter.cs
- Vector3DKeyFrameCollection.cs
- XmlNamespaceDeclarationsAttribute.cs
- ConstructorBuilder.cs
- TimeoutConverter.cs
- CodeMethodInvokeExpression.cs
- PreloadHost.cs
- MessageQueue.cs
- XmlQuerySequence.cs
- WebPartDesigner.cs
- GlyphShapingProperties.cs
- CaseStatementProjectedSlot.cs
- _AutoWebProxyScriptHelper.cs
- VirtualizingStackPanel.cs
- DirectoryInfo.cs
- FindProgressChangedEventArgs.cs
- ProtocolReflector.cs
- SqlTypeSystemProvider.cs
- ApplicationId.cs
- UnionExpr.cs