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 / 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
- DataServiceRequest.cs
- ProxyWebPartManager.cs
- FormClosedEvent.cs
- Inline.cs
- RichTextBox.cs
- Debugger.cs
- BaseTemplateParser.cs
- DocumentXmlWriter.cs
- RecoverInstanceLocksCommand.cs
- BuildProvider.cs
- HttpWebRequest.cs
- HtmlShim.cs
- Image.cs
- QilChoice.cs
- LeftCellWrapper.cs
- StringArrayConverter.cs
- OleDbTransaction.cs
- HtmlInputRadioButton.cs
- CodeArrayIndexerExpression.cs
- Model3D.cs
- HotSpot.cs
- Brush.cs
- DesignerActionKeyboardBehavior.cs
- SQLResource.cs
- SqlServer2KCompatibilityAnnotation.cs
- WindowsFormsLinkLabel.cs
- DockPattern.cs
- LocalFileSettingsProvider.cs
- ImpersonationContext.cs
- QueryTaskGroupState.cs
- HideDisabledControlAdapter.cs
- Menu.cs
- ProtocolsConfigurationHandler.cs
- VisualTreeHelper.cs
- SR.cs
- BooleanExpr.cs
- mongolianshape.cs
- DetailsViewModeEventArgs.cs
- LinqToSqlWrapper.cs
- LineGeometry.cs
- AbandonedMutexException.cs
- RowType.cs
- FrameworkElement.cs
- RealProxy.cs
- designeractionbehavior.cs
- CustomError.cs
- TimeoutHelper.cs
- BezierSegment.cs
- WebPartConnectionCollection.cs
- HttpInputStream.cs
- MemberInfoSerializationHolder.cs
- ImageClickEventArgs.cs
- CapabilitiesUse.cs
- PropertyGridView.cs
- CodeTypeMemberCollection.cs
- GridViewAutomationPeer.cs
- DataTransferEventArgs.cs
- LinqTreeNodeEvaluator.cs
- ClientApiGenerator.cs
- ProvidePropertyAttribute.cs
- TemplateBamlRecordReader.cs
- XmlElementElementCollection.cs
- ListSortDescriptionCollection.cs
- ToolStripPanelRenderEventArgs.cs
- IndependentAnimationStorage.cs
- ListViewGroupItemCollection.cs
- precedingquery.cs
- DataContractSerializer.cs
- NullableLongSumAggregationOperator.cs
- InkCollectionBehavior.cs
- Rules.cs
- RelationshipEnd.cs
- XamlSerializer.cs
- ModelItemExtensions.cs
- DataGridViewDataErrorEventArgs.cs
- WebUtility.cs
- BitmapEffectDrawingContent.cs
- SizeKeyFrameCollection.cs
- TextProperties.cs
- SqlDependency.cs
- DoubleAnimationUsingKeyFrames.cs
- MetadataPropertyCollection.cs
- XPathNodeList.cs
- AppDomainManager.cs
- QueryMath.cs
- SingleConverter.cs
- StylusCollection.cs
- ClientRoleProvider.cs
- ClientProxyGenerator.cs
- SharedPersonalizationStateInfo.cs
- WindowsTab.cs
- TraceHelpers.cs
- HttpInputStream.cs
- SettingsPropertyValue.cs
- ToolStripDropDownClosedEventArgs.cs
- PartialCachingControl.cs
- WebConfigurationManager.cs
- DictionarySectionHandler.cs
- EntityDataSourceDesignerHelper.cs
- ResourcesBuildProvider.cs