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
- XmlProcessingInstruction.cs
- ReadWriteSpinLock.cs
- TraceInternal.cs
- WpfKnownMember.cs
- TagPrefixInfo.cs
- WebPartTransformerCollection.cs
- ListViewInsertionMark.cs
- EventHandlers.cs
- XPathDescendantIterator.cs
- Int32KeyFrameCollection.cs
- RadioButton.cs
- FlowLayoutSettings.cs
- Point4D.cs
- ByteStack.cs
- AudioFormatConverter.cs
- SourceSwitch.cs
- RoleService.cs
- EncoderFallback.cs
- Stack.cs
- CopyNamespacesAction.cs
- DropDownButton.cs
- _DigestClient.cs
- ColumnCollection.cs
- FrugalList.cs
- ScriptRegistrationManager.cs
- DataGridViewCellCancelEventArgs.cs
- CounterSetInstanceCounterDataSet.cs
- CloseSequenceResponse.cs
- StoryFragments.cs
- ListViewSortEventArgs.cs
- PointHitTestResult.cs
- Span.cs
- ExtentCqlBlock.cs
- SimpleTypeResolver.cs
- OleDbParameterCollection.cs
- RenderDataDrawingContext.cs
- followingquery.cs
- DoubleKeyFrameCollection.cs
- BaseComponentEditor.cs
- XmlElementList.cs
- SelectedCellsCollection.cs
- SecureEnvironment.cs
- XmlSchemaImport.cs
- InstanceKeyNotReadyException.cs
- SafeIUnknown.cs
- RegexRunner.cs
- EmptyEnumerable.cs
- ReferencedCategoriesDocument.cs
- securitycriticaldataClass.cs
- PolygonHotSpot.cs
- ValidationResult.cs
- SecurityHeaderElementInferenceEngine.cs
- Bind.cs
- CompModHelpers.cs
- BufferModesCollection.cs
- DrawingServices.cs
- PrivilegedConfigurationManager.cs
- GlobalizationSection.cs
- AppDomainAttributes.cs
- TextPattern.cs
- EventLogConfiguration.cs
- _TimerThread.cs
- TemplateComponentConnector.cs
- UrlAuthorizationModule.cs
- MatrixAnimationUsingKeyFrames.cs
- SslStream.cs
- EncryptedType.cs
- MetadataPropertyAttribute.cs
- SecurityTokenRequirement.cs
- IPPacketInformation.cs
- DelegateSerializationHolder.cs
- RegistryConfigurationProvider.cs
- TabItem.cs
- CollectionBuilder.cs
- TrackBar.cs
- Literal.cs
- TextRangeProviderWrapper.cs
- GenericAuthenticationEventArgs.cs
- grammarelement.cs
- TrackingStringDictionary.cs
- COM2IPerPropertyBrowsingHandler.cs
- CompilerScope.cs
- WebPartCatalogCloseVerb.cs
- ToolStripHighContrastRenderer.cs
- AssemblyName.cs
- MembershipAdapter.cs
- _NegotiateClient.cs
- StateMachineWorkflowDesigner.cs
- ToolboxComponentsCreatedEventArgs.cs
- RequestCachingSection.cs
- ReadOnlyNameValueCollection.cs
- StylusPointProperties.cs
- RuntimeUtils.cs
- ExtensionsSection.cs
- TiffBitmapDecoder.cs
- DesignerSerializationOptionsAttribute.cs
- DtrList.cs
- PrivateFontCollection.cs
- MasterPageParser.cs
- Wizard.cs