Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntity / System / Data / Common / QueryCache / EntityClientCacheEntry.cs / 1 / EntityClientCacheEntry.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //----------------------------------------------------------------------------- namespace System.Data.Common.QueryCache { using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; using System.Data.EntityClient; ////// represents a entitycommand cache entry /// internal sealed class EntityClientCacheEntry : QueryCacheEntry { #region Constructors ////// constructor /// /// /// internal EntityClientCacheEntry( QueryCacheKey queryCacheKey, EntityCommandDefinition target ) : base(queryCacheKey, target) { } #endregion #region Methods/Properties ////// returns target EntityCommandDefinition /// ///internal new EntityCommandDefinition GetTarget() { return (EntityCommandDefinition)_target; } #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.Collections.Generic; using System.Text; using System.Diagnostics; using System.Data.EntityClient; ////// represents a entitycommand cache entry /// internal sealed class EntityClientCacheEntry : QueryCacheEntry { #region Constructors ////// constructor /// /// /// internal EntityClientCacheEntry( QueryCacheKey queryCacheKey, EntityCommandDefinition target ) : base(queryCacheKey, target) { } #endregion #region Methods/Properties ////// returns target EntityCommandDefinition /// ///internal new EntityCommandDefinition GetTarget() { return (EntityCommandDefinition)_target; } #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
- MobileRedirect.cs
- SQLConvert.cs
- XPathArrayIterator.cs
- UriTemplateDispatchFormatter.cs
- RowType.cs
- XmlTypeMapping.cs
- WCFBuildProvider.cs
- FieldMetadata.cs
- GlyphShapingProperties.cs
- JournalNavigationScope.cs
- Literal.cs
- MessageQueueInstaller.cs
- RequestSecurityTokenForRemoteTokenFactory.cs
- ClickablePoint.cs
- GetWinFXPath.cs
- Identity.cs
- SQLInt32.cs
- UserControlBuildProvider.cs
- RuleProcessor.cs
- Single.cs
- ZipIOExtraFieldZip64Element.cs
- WCFBuildProvider.cs
- GridViewColumnCollection.cs
- ParallelTimeline.cs
- RegexMatch.cs
- BamlLocalizableResourceKey.cs
- UserControlParser.cs
- ProxyAttribute.cs
- NullReferenceException.cs
- OperatingSystemVersionCheck.cs
- ScrollViewerAutomationPeer.cs
- TakeQueryOptionExpression.cs
- CodeSpit.cs
- DocumentEventArgs.cs
- ConstrainedDataObject.cs
- ConditionalBranch.cs
- ViewBase.cs
- ClientOptions.cs
- DataSourceIDConverter.cs
- AsyncStreamReader.cs
- baseshape.cs
- GridViewSortEventArgs.cs
- ApplicationFileParser.cs
- AlgoModule.cs
- ImageEditor.cs
- VisualState.cs
- SoapFormatterSinks.cs
- SortableBindingList.cs
- StylusButtonCollection.cs
- SelectionWordBreaker.cs
- HttpContext.cs
- RealProxy.cs
- ToolStripDropDownItem.cs
- WpfMemberInvoker.cs
- ViewSimplifier.cs
- Int16AnimationUsingKeyFrames.cs
- ToolCreatedEventArgs.cs
- SqlConnectionStringBuilder.cs
- RenderData.cs
- WindowsTitleBar.cs
- BrowserCapabilitiesFactory.cs
- HotSpotCollection.cs
- GenericRootAutomationPeer.cs
- DrawingVisualDrawingContext.cs
- CapiNative.cs
- FileAuthorizationModule.cs
- COAUTHIDENTITY.cs
- LogSwitch.cs
- CheckBoxRenderer.cs
- SHA1.cs
- DynamicValidator.cs
- BigInt.cs
- XmlAttributeCollection.cs
- Latin1Encoding.cs
- DefaultMemberAttribute.cs
- ParameterElementCollection.cs
- Margins.cs
- ProcessThreadCollection.cs
- RemotingServices.cs
- PtsHelper.cs
- DataGridViewComboBoxEditingControl.cs
- XmlSchemaComplexType.cs
- HttpRuntime.cs
- Decorator.cs
- FontFamilyValueSerializer.cs
- XmlAttributes.cs
- X500Name.cs
- CalendarTable.cs
- HtmlProps.cs
- DataBoundControlHelper.cs
- XmlDictionaryReaderQuotas.cs
- thaishape.cs
- WhitespaceRule.cs
- UdpReplyToBehavior.cs
- ClientConvert.cs
- SQLDateTime.cs
- TemplateBamlRecordReader.cs
- ProviderMetadataCachedInformation.cs
- DictionaryBase.cs
- WinInetCache.cs