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
- EncryptedKeyHashIdentifierClause.cs
- ContainsRowNumberChecker.cs
- base64Transforms.cs
- BehaviorEditorPart.cs
- ThreadStateException.cs
- ConnectionPointGlyph.cs
- SqlFactory.cs
- DataListItemEventArgs.cs
- BezierSegment.cs
- ColumnBinding.cs
- DesignerTextViewAdapter.cs
- MsmqVerifier.cs
- Error.cs
- WmiEventSink.cs
- RuntimeArgumentHandle.cs
- XmlSerializationReader.cs
- ComPersistableTypeElementCollection.cs
- ResourceSet.cs
- WebPart.cs
- PeerApplication.cs
- MimeTypeAttribute.cs
- ReferenceAssemblyAttribute.cs
- WebEncodingValidator.cs
- newinstructionaction.cs
- MasterPage.cs
- ComponentEvent.cs
- ImageListStreamer.cs
- BulletedListEventArgs.cs
- MenuItemBindingCollection.cs
- followingquery.cs
- RefType.cs
- SafeTimerHandle.cs
- DataGridViewRowsRemovedEventArgs.cs
- SkinBuilder.cs
- UpDownBase.cs
- IOException.cs
- CombinedGeometry.cs
- WindowVisualStateTracker.cs
- ColumnWidthChangingEvent.cs
- smtpconnection.cs
- ResourceExpression.cs
- XsdDuration.cs
- CounterSampleCalculator.cs
- RandomNumberGenerator.cs
- SqlDataSourceEnumerator.cs
- SourceFileInfo.cs
- AsyncDataRequest.cs
- WindowInteractionStateTracker.cs
- ProjectionPruner.cs
- Delegate.cs
- DataExpression.cs
- DependencyPropertyDescriptor.cs
- KeyboardDevice.cs
- WorkflowView.cs
- AmbientProperties.cs
- BehaviorDragDropEventArgs.cs
- ApplicationInterop.cs
- odbcmetadatacollectionnames.cs
- OleDbErrorCollection.cs
- WebResourceUtil.cs
- CookielessData.cs
- EnumValAlphaComparer.cs
- PersonalizableTypeEntry.cs
- WebConfigurationHostFileChange.cs
- ResourceLoader.cs
- DashStyle.cs
- UnsafeNativeMethods.cs
- DBSchemaTable.cs
- TypeConstant.cs
- ItemDragEvent.cs
- SqlXmlStorage.cs
- WindowsFormsHostPropertyMap.cs
- PropertyGeneratedEventArgs.cs
- XmlQueryStaticData.cs
- XmlHelper.cs
- TCPListener.cs
- ProvidersHelper.cs
- Converter.cs
- SplashScreen.cs
- DataGridViewHeaderCell.cs
- DbParameterCollection.cs
- DifferencingCollection.cs
- GregorianCalendarHelper.cs
- SqlWebEventProvider.cs
- ZipPackagePart.cs
- AccessViolationException.cs
- GridViewColumnCollectionChangedEventArgs.cs
- LicenseContext.cs
- TrustLevel.cs
- HttpTransportSecurityElement.cs
- CategoryNameCollection.cs
- Region.cs
- SrgsNameValueTag.cs
- ColumnClickEvent.cs
- RtfNavigator.cs
- SessionStateModule.cs
- OpCodes.cs
- ConsoleKeyInfo.cs
- Int32.cs
- XamlFigureLengthSerializer.cs