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
- DocumentViewerConstants.cs
- LicFileLicenseProvider.cs
- EncoderBestFitFallback.cs
- SequentialActivityDesigner.cs
- DPTypeDescriptorContext.cs
- ProxyGenerationError.cs
- EmbeddedObject.cs
- WebBaseEventKeyComparer.cs
- XsdBuildProvider.cs
- remotingproxy.cs
- StoreContentChangedEventArgs.cs
- CultureInfo.cs
- CodeRegionDirective.cs
- StartUpEventArgs.cs
- RpcCryptoRequest.cs
- ThousandthOfEmRealDoubles.cs
- ParenthesizePropertyNameAttribute.cs
- SecurityProtocolFactory.cs
- RequestNavigateEventArgs.cs
- CustomErrorCollection.cs
- RemotingServices.cs
- MaxValueConverter.cs
- _ConnectStream.cs
- SolidBrush.cs
- JoinCqlBlock.cs
- MenuAutoFormat.cs
- DefaultAuthorizationContext.cs
- Literal.cs
- HttpRawResponse.cs
- HandlerFactoryCache.cs
- ADConnectionHelper.cs
- WeakHashtable.cs
- EntityDataSourceSelectedEventArgs.cs
- WebDescriptionAttribute.cs
- ISAPIApplicationHost.cs
- InvariantComparer.cs
- Icon.cs
- MasterPageCodeDomTreeGenerator.cs
- NameScopePropertyAttribute.cs
- TimeoutValidationAttribute.cs
- Message.cs
- InvalidEnumArgumentException.cs
- Sql8ConformanceChecker.cs
- ResourceExpressionBuilder.cs
- TransformedBitmap.cs
- TextEffectResolver.cs
- UnsafeNativeMethods.cs
- WorkflowApplicationIdleEventArgs.cs
- selecteditemcollection.cs
- ToolStripSeparatorRenderEventArgs.cs
- DesignDataSource.cs
- Matrix.cs
- FormsAuthentication.cs
- TreeView.cs
- StateInitialization.cs
- DetailsViewUpdateEventArgs.cs
- XmlSchemaImport.cs
- BitmapEffectDrawing.cs
- OleDbConnection.cs
- XslException.cs
- EntityDataSourceDesigner.cs
- WrappedKeySecurityTokenParameters.cs
- wgx_commands.cs
- RelationshipEndCollection.cs
- ThreadExceptionEvent.cs
- EdmProviderManifest.cs
- ObjectItemAssemblyLoader.cs
- COSERVERINFO.cs
- HtmlGenericControl.cs
- RawKeyboardInputReport.cs
- SimpleType.cs
- SourceFileBuildProvider.cs
- StaticResourceExtension.cs
- SQLBinaryStorage.cs
- XamlGridLengthSerializer.cs
- ConnectionManagementSection.cs
- NotFiniteNumberException.cs
- QilXmlReader.cs
- HopperCache.cs
- DataStreamFromComStream.cs
- TaskFileService.cs
- _FixedSizeReader.cs
- CollectionViewGroupInternal.cs
- EntryIndex.cs
- EventLogWatcher.cs
- BlobPersonalizationState.cs
- SqlConnectionString.cs
- PropertyGridCommands.cs
- ScriptingRoleServiceSection.cs
- StylusOverProperty.cs
- PropertyGridView.cs
- DependentList.cs
- EqualityArray.cs
- EntityDesignerUtils.cs
- MetadataProperty.cs
- ListenerSingletonConnectionReader.cs
- TdsEnums.cs
- DesignerVerb.cs
- StringStorage.cs
- SspiNegotiationTokenProviderState.cs