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 / 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
- EventOpcode.cs
- Converter.cs
- ToolBarTray.cs
- MenuBindingsEditorForm.cs
- ToolStripHighContrastRenderer.cs
- CompatibleIComparer.cs
- PersonalizationStateInfoCollection.cs
- ListViewHitTestInfo.cs
- DateTimeSerializationSection.cs
- TabControlEvent.cs
- PathParser.cs
- ApplicationProxyInternal.cs
- QueryContinueDragEventArgs.cs
- DictionaryEntry.cs
- SymbolEqualComparer.cs
- CompatibleIComparer.cs
- Paragraph.cs
- LinearKeyFrames.cs
- ExtensibleClassFactory.cs
- Win32KeyboardDevice.cs
- PropertyItem.cs
- COM2IDispatchConverter.cs
- ProcessModuleCollection.cs
- WebPartCollection.cs
- DiagnosticStrings.cs
- XmlDataSource.cs
- RegexCaptureCollection.cs
- CodeAttachEventStatement.cs
- DragEventArgs.cs
- PartitionedDataSource.cs
- TileBrush.cs
- ForwardPositionQuery.cs
- ObfuscateAssemblyAttribute.cs
- AnimationClockResource.cs
- Size.cs
- SettingsPropertyWrongTypeException.cs
- Stylesheet.cs
- SiteMapPath.cs
- BufferModeSettings.cs
- SystemIcmpV6Statistics.cs
- TextEditorCharacters.cs
- BuildManager.cs
- XmlDownloadManager.cs
- AttachedAnnotation.cs
- Graph.cs
- CreateUserWizardStep.cs
- SiteMapNodeItemEventArgs.cs
- Marshal.cs
- DockPattern.cs
- RenderContext.cs
- GradientBrush.cs
- HttpListenerException.cs
- BuildResultCache.cs
- PolicyException.cs
- PasswordBoxAutomationPeer.cs
- DependencyPropertyChangedEventArgs.cs
- OleDragDropHandler.cs
- ActiveXMessageFormatter.cs
- ViewBox.cs
- WindowsFormsHostAutomationPeer.cs
- ClientRolePrincipal.cs
- HttpFormatExtensions.cs
- TrustManagerMoreInformation.cs
- WorkflowStateRollbackService.cs
- Matrix.cs
- WebScriptServiceHostFactory.cs
- X509UI.cs
- CompositeFontInfo.cs
- SourceFileBuildProvider.cs
- SiteMapPathDesigner.cs
- ConfigXmlText.cs
- ListViewCancelEventArgs.cs
- SymmetricSecurityProtocolFactory.cs
- ConsoleTraceListener.cs
- InstanceNormalEvent.cs
- oledbmetadatacollectionnames.cs
- TextTrailingWordEllipsis.cs
- HWStack.cs
- SlipBehavior.cs
- MimeAnyImporter.cs
- RTTypeWrapper.cs
- PrintPageEvent.cs
- CrossContextChannel.cs
- Membership.cs
- XmlSchemaSimpleTypeUnion.cs
- FrameworkTextComposition.cs
- RawStylusActions.cs
- ObjectQueryProvider.cs
- XmlBinaryWriterSession.cs
- AssemblyBuilder.cs
- TextHidden.cs
- MessageFilterTable.cs
- MenuItemCollectionEditorDialog.cs
- MetadataUtil.cs
- LexicalChunk.cs
- TextContainerChangeEventArgs.cs
- ContextStaticAttribute.cs
- SortQueryOperator.cs
- TypedServiceChannelBuilder.cs
- WCFModelStrings.Designer.cs