Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- VisualTreeHelper.cs
- ConfigurationPropertyAttribute.cs
- Accessible.cs
- OleDbException.cs
- webbrowsersite.cs
- ManagementObject.cs
- InteropEnvironment.cs
- IriParsingElement.cs
- UnknownBitmapEncoder.cs
- HyperLinkColumn.cs
- ResourceDefaultValueAttribute.cs
- DecoderReplacementFallback.cs
- TraceHandler.cs
- ScrollBar.cs
- PackageRelationship.cs
- HostedElements.cs
- SubpageParaClient.cs
- ToolbarAUtomationPeer.cs
- IxmlLineInfo.cs
- TreeSet.cs
- SetterBaseCollection.cs
- TreeNodeBinding.cs
- DesignerActionListCollection.cs
- DynamicObjectAccessor.cs
- webclient.cs
- ValueQuery.cs
- Base64Encoder.cs
- CompleteWizardStep.cs
- StrongNameIdentityPermission.cs
- InputChannel.cs
- OracleTimeSpan.cs
- AttachmentCollection.cs
- Dump.cs
- PasswordBox.cs
- BooleanExpr.cs
- PropertyEntry.cs
- InvalidProgramException.cs
- DataTableReaderListener.cs
- SqlRowUpdatingEvent.cs
- AnnotationComponentChooser.cs
- XPathAxisIterator.cs
- InternalEnumValidatorAttribute.cs
- WebPartDeleteVerb.cs
- SchemaNamespaceManager.cs
- WebPartDescription.cs
- Logging.cs
- SerialReceived.cs
- IResourceProvider.cs
- Identifier.cs
- FontCollection.cs
- TextServicesManager.cs
- TrackBarRenderer.cs
- SystemColors.cs
- DataGridViewUtilities.cs
- DataGridSortingEventArgs.cs
- InputLanguage.cs
- DataGridViewSelectedColumnCollection.cs
- DetailsViewInsertEventArgs.cs
- SmtpAuthenticationManager.cs
- ObjRef.cs
- CommandManager.cs
- BackgroundFormatInfo.cs
- TextCollapsingProperties.cs
- Rect.cs
- EntityContainer.cs
- PeerToPeerException.cs
- BinaryObjectInfo.cs
- CommonXSendMessage.cs
- BypassElement.cs
- StylusDownEventArgs.cs
- DataGridViewCellConverter.cs
- PartialCachingControl.cs
- NativeBuffer.cs
- FormViewUpdateEventArgs.cs
- InternalResources.cs
- ThicknessAnimationBase.cs
- SimpleApplicationHost.cs
- TransactionContextValidator.cs
- PointLightBase.cs
- TimelineClockCollection.cs
- DataGridViewUtilities.cs
- DataSourceCache.cs
- TraceContextEventArgs.cs
- GridSplitter.cs
- BitmapCodecInfoInternal.cs
- ScrollItemProviderWrapper.cs
- TransformedBitmap.cs
- PathTooLongException.cs
- EnumUnknown.cs
- ExpressionParser.cs
- AddInControllerImpl.cs
- CompilerError.cs
- GroupLabel.cs
- PartialArray.cs
- KeySplineConverter.cs
- Attributes.cs
- RepeaterItemEventArgs.cs
- XPathNodeInfoAtom.cs
- TextUtf8RawTextWriter.cs
- ConstructorArgumentAttribute.cs