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
- Membership.cs
- DeferredSelectedIndexReference.cs
- MinMaxParagraphWidth.cs
- Matrix.cs
- AccessViolationException.cs
- CodeParameterDeclarationExpression.cs
- XmlLanguage.cs
- IDictionary.cs
- DbTransaction.cs
- PassportAuthenticationEventArgs.cs
- TextControl.cs
- XmlSerializerSection.cs
- coordinatorfactory.cs
- DataObject.cs
- AsymmetricAlgorithm.cs
- PolicyLevel.cs
- TypeUtil.cs
- RegexStringValidator.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- CalendarDateRangeChangingEventArgs.cs
- ControlDesigner.cs
- DeobfuscatingStream.cs
- FormatterConverter.cs
- FormViewDeleteEventArgs.cs
- WindowsComboBox.cs
- TextRangeEditTables.cs
- TransformPattern.cs
- DocumentPageTextView.cs
- SyndicationElementExtension.cs
- HttpHandlersSection.cs
- Image.cs
- SerializerWriterEventHandlers.cs
- TableRowCollection.cs
- SqlDependencyListener.cs
- CatchDesigner.xaml.cs
- ReaderWriterLock.cs
- ParsedAttributeCollection.cs
- XmlElementAttributes.cs
- IndentedWriter.cs
- WebPartZone.cs
- StringFormat.cs
- EventLogEntry.cs
- MdImport.cs
- ExtensionCollection.cs
- PriorityItem.cs
- ExpressionCopier.cs
- ErrorHandler.cs
- KeyInfo.cs
- Rule.cs
- uribuilder.cs
- HtmlEncodedRawTextWriter.cs
- BufferedStream.cs
- BinaryOperationBinder.cs
- XmlSchemaSet.cs
- WasEndpointConfigContainer.cs
- ManagedFilter.cs
- ValidationRule.cs
- CacheSection.cs
- _HTTPDateParse.cs
- TemplateContainer.cs
- StylusPointProperty.cs
- AssemblyResourceLoader.cs
- Tracking.cs
- WinFormsUtils.cs
- WebPartUtil.cs
- DataGridViewTextBoxCell.cs
- ResourceExpressionBuilder.cs
- EditorServiceContext.cs
- RelationshipConverter.cs
- ContextMenu.cs
- KeyFrames.cs
- HttpCachePolicy.cs
- CryptoApi.cs
- ScrollViewer.cs
- UnsafeNativeMethods.cs
- StringPropertyBuilder.cs
- LocalizabilityAttribute.cs
- DocumentGridContextMenu.cs
- HttpResponse.cs
- SemaphoreSecurity.cs
- RowSpanVector.cs
- hwndwrapper.cs
- TreeNodeBinding.cs
- ExtensionWindowResizeGrip.cs
- MatchNoneMessageFilter.cs
- SqlNamer.cs
- XmlDocumentSurrogate.cs
- IssuedTokenClientBehaviorsElementCollection.cs
- IndexOutOfRangeException.cs
- HMACSHA384.cs
- MessageLoggingFilterTraceRecord.cs
- OpenFileDialog.cs
- QueryCursorEventArgs.cs
- Configuration.cs
- ParamArrayAttribute.cs
- KeyedCollection.cs
- WindowsTokenRoleProvider.cs
- PropertyStore.cs
- TypeRefElement.cs
- Cursor.cs