Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntity / System / Data / Common / QueryCache / EntitySqlQueryCacheEntry.cs / 1 / EntitySqlQueryCacheEntry.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //----------------------------------------------------------------------------- namespace System.Data.Common.QueryCache { using System; using System.Data.Objects.Internal; ////// Represents an Entity-SQL ObjectQuery cache entry /// internal sealed class EntitySqlQueryCacheEntry : QueryCacheEntry { ////// A strongly-typed reference to the execution plan /// private readonly ObjectQueryExecutionPlan _plan; #region Constructors ////// constructor /// /// The cache key that targets this cache entry ///Anthat describes the cached query internal EntitySqlQueryCacheEntry(QueryCacheKey queryCacheKey, ObjectQueryExecutionPlan plan) : base(queryCacheKey, plan) { _plan = plan; } #endregion #region Methods/Properties internal ObjectQueryExecutionPlan ExecutionPlan { get { return _plan; } } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //----------------------------------------------------------------------------- namespace System.Data.Common.QueryCache { using System; using System.Data.Objects.Internal; ////// Represents an Entity-SQL ObjectQuery cache entry /// internal sealed class EntitySqlQueryCacheEntry : QueryCacheEntry { ////// A strongly-typed reference to the execution plan /// private readonly ObjectQueryExecutionPlan _plan; #region Constructors ////// constructor /// /// The cache key that targets this cache entry ///Anthat describes the cached query internal EntitySqlQueryCacheEntry(QueryCacheKey queryCacheKey, ObjectQueryExecutionPlan plan) : base(queryCacheKey, plan) { _plan = plan; } #endregion #region Methods/Properties internal ObjectQueryExecutionPlan ExecutionPlan { get { return _plan; } } #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
- Block.cs
- SendKeys.cs
- Double.cs
- TagMapCollection.cs
- SchemaComplexType.cs
- UnsafeMethods.cs
- GradientBrush.cs
- DocumentViewer.cs
- StringValidator.cs
- ConstraintConverter.cs
- UriTemplateClientFormatter.cs
- RenderDataDrawingContext.cs
- PageCache.cs
- Transform.cs
- SqlCommand.cs
- LocatorPartList.cs
- PriorityBindingExpression.cs
- SHA384.cs
- DocumentSchemaValidator.cs
- SqlNodeTypeOperators.cs
- RenderDataDrawingContext.cs
- MetaType.cs
- DataGrid.cs
- RankException.cs
- PromptBuilder.cs
- ComboBoxAutomationPeer.cs
- PathNode.cs
- WSHttpBindingBase.cs
- CanonicalFormWriter.cs
- NamespaceMapping.cs
- WebPartVerbCollection.cs
- SourceSwitch.cs
- DesignOnlyAttribute.cs
- ContextProperty.cs
- CapiNative.cs
- AdRotator.cs
- QfeChecker.cs
- DataKeyCollection.cs
- EventSetter.cs
- CryptoApi.cs
- AddingNewEventArgs.cs
- CodeObjectCreateExpression.cs
- MenuItem.cs
- SemanticResultValue.cs
- DashStyle.cs
- RuntimeConfigLKG.cs
- ArcSegment.cs
- StructureChangedEventArgs.cs
- DocumentAutomationPeer.cs
- DependencySource.cs
- OleCmdHelper.cs
- EmbeddedMailObject.cs
- ActivityWithResult.cs
- FacetDescription.cs
- ParentQuery.cs
- ImportContext.cs
- GZipStream.cs
- TimeoutConverter.cs
- TraceFilter.cs
- CopyAttributesAction.cs
- DataBoundControlHelper.cs
- EntityCommand.cs
- DataControlFieldHeaderCell.cs
- CharEnumerator.cs
- OdbcErrorCollection.cs
- XmlHelper.cs
- OracleDataAdapter.cs
- CompressionTracing.cs
- ADConnectionHelper.cs
- DependencyObjectProvider.cs
- SendingRequestEventArgs.cs
- OdbcConnectionOpen.cs
- SubMenuStyle.cs
- ProviderConnectionPointCollection.cs
- UrlMapping.cs
- NameNode.cs
- TreeNodeStyle.cs
- BaseDataBoundControl.cs
- BindingObserver.cs
- Graphics.cs
- CFStream.cs
- Graphics.cs
- ContentTextAutomationPeer.cs
- SystemColorTracker.cs
- DataTableNameHandler.cs
- InkPresenter.cs
- RotationValidation.cs
- SettingsBase.cs
- EntitySetBase.cs
- BitmapEffectInput.cs
- TdsParserSafeHandles.cs
- XmlQueryTypeFactory.cs
- ObjRef.cs
- DesignerActionKeyboardBehavior.cs
- IList.cs
- WebPartTransformerCollection.cs
- DefaultBindingPropertyAttribute.cs
- Util.cs
- ScalarRestriction.cs
- WebPartVerbsEventArgs.cs