Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Common / QueryCache / EntitySqlQueryCacheEntry.cs / 1305376 / EntitySqlQueryCacheEntry.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //----------------------------------------------------------------------------- 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
- ZipIOExtraField.cs
- ForeignKeyFactory.cs
- StickyNoteContentControl.cs
- AssemblyBuilder.cs
- _ListenerResponseStream.cs
- DockPanel.cs
- EventMemberCodeDomSerializer.cs
- PartialArray.cs
- PersonalizationProvider.cs
- FilterFactory.cs
- SafeNativeMethodsMilCoreApi.cs
- XmlSchemaSimpleContent.cs
- DataGridBeginningEditEventArgs.cs
- RenderTargetBitmap.cs
- BaseHashHelper.cs
- VisualTreeUtils.cs
- XmlHelper.cs
- BaseParaClient.cs
- ListViewDataItem.cs
- HyperLinkStyle.cs
- AuthenticationModulesSection.cs
- GeneralTransformGroup.cs
- TextTreeRootNode.cs
- ContainerUtilities.cs
- ItemDragEvent.cs
- ArrayWithOffset.cs
- CompilerState.cs
- HwndPanningFeedback.cs
- DataGridItemEventArgs.cs
- FixedPageAutomationPeer.cs
- ControlCollection.cs
- DbConnectionPoolGroupProviderInfo.cs
- MarshalByRefObject.cs
- PolygonHotSpot.cs
- MailWriter.cs
- RuntimeConfigLKG.cs
- TimeSpanConverter.cs
- ApplicationInfo.cs
- ContentElement.cs
- Comparer.cs
- ValidationRuleCollection.cs
- Sql8ConformanceChecker.cs
- DropDownList.cs
- XmlSchemaAnnotated.cs
- UniqueTransportManagerRegistration.cs
- ConnectionPoolManager.cs
- PasswordBoxAutomationPeer.cs
- SqlVersion.cs
- DefaultBindingPropertyAttribute.cs
- Encoder.cs
- _SpnDictionary.cs
- MsmqIntegrationSecurityMode.cs
- RenderOptions.cs
- linebase.cs
- EqualityArray.cs
- IIS7UserPrincipal.cs
- WizardStepCollectionEditor.cs
- COM2ComponentEditor.cs
- GridLengthConverter.cs
- IconConverter.cs
- WindowHideOrCloseTracker.cs
- XsltLoader.cs
- mda.cs
- DefaultProxySection.cs
- RequiredAttributeAttribute.cs
- TableStyle.cs
- XamlHostingSectionGroup.cs
- ContainerActivationHelper.cs
- SplayTreeNode.cs
- CookielessHelper.cs
- ZoneIdentityPermission.cs
- securitymgrsite.cs
- HashAlgorithm.cs
- HierarchicalDataSourceControl.cs
- VectorCollectionConverter.cs
- Membership.cs
- BufferedOutputStream.cs
- PropertyMap.cs
- ProfileSection.cs
- SequenceRange.cs
- SendActivityEventArgs.cs
- EDesignUtil.cs
- CodeAttributeArgument.cs
- OleDbException.cs
- OdbcRowUpdatingEvent.cs
- LinkedResourceCollection.cs
- WmpBitmapEncoder.cs
- SendActivityEventArgs.cs
- ContextMenuStripActionList.cs
- FixUp.cs
- XmlObjectSerializer.cs
- PropertySegmentSerializationProvider.cs
- Decorator.cs
- OdbcPermission.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- DataGridViewCellStyleConverter.cs
- BitmapSizeOptions.cs
- NewExpression.cs
- processwaithandle.cs
- SerializerWriterEventHandlers.cs