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
- PersonalizationProviderCollection.cs
- ConsoleCancelEventArgs.cs
- ValueTable.cs
- LogSwitch.cs
- SafeThreadHandle.cs
- ObsoleteAttribute.cs
- CommandDesigner.cs
- ColumnResult.cs
- HttpProxyTransportBindingElement.cs
- PolicyException.cs
- AnnotationResourceCollection.cs
- TemplateXamlParser.cs
- SchemaEntity.cs
- List.cs
- BufferBuilder.cs
- ObjectDataSource.cs
- WindowsAuthenticationModule.cs
- ModuleConfigurationInfo.cs
- EditorBrowsableAttribute.cs
- SSmlParser.cs
- RepeatButtonAutomationPeer.cs
- Publisher.cs
- RegexTypeEditor.cs
- DataPagerCommandEventArgs.cs
- ItemsPresenter.cs
- ReliableDuplexSessionChannel.cs
- UserCancellationException.cs
- DecoderBestFitFallback.cs
- QilInvokeLateBound.cs
- DataGridViewColumnHeaderCell.cs
- OleDbException.cs
- TouchDevice.cs
- COM2IPerPropertyBrowsingHandler.cs
- PlacementWorkspace.cs
- DataBinder.cs
- AccessedThroughPropertyAttribute.cs
- ProtocolsSection.cs
- SurrogateSelector.cs
- Script.cs
- DataListComponentEditor.cs
- MenuRenderer.cs
- basevalidator.cs
- IriParsingElement.cs
- CodeExpressionRuleDeclaration.cs
- validation.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- ContainerUtilities.cs
- StylusPointPropertyId.cs
- CustomPopupPlacement.cs
- ToolStripPanelRenderEventArgs.cs
- Buffer.cs
- DataGridViewToolTip.cs
- AnimationClockResource.cs
- ContractListAdapter.cs
- ConcurrentQueue.cs
- WorkflowOperationBehavior.cs
- ValidatorCollection.cs
- ImmutableClientRuntime.cs
- HtmlInputControl.cs
- ResourceDisplayNameAttribute.cs
- GuidTagList.cs
- ProcessStartInfo.cs
- BitConverter.cs
- Queue.cs
- ImageListUtils.cs
- UrlAuthorizationModule.cs
- SessionParameter.cs
- GifBitmapEncoder.cs
- DeliveryStrategy.cs
- Message.cs
- NamedPermissionSet.cs
- ArrayList.cs
- StateElement.cs
- RepeatBehaviorConverter.cs
- Point.cs
- SHA1Managed.cs
- ReadOnlyDataSourceView.cs
- AutomationElementIdentifiers.cs
- NotConverter.cs
- ObjectCloneHelper.cs
- XamlTreeBuilderBamlRecordWriter.cs
- TrackingProfileSerializer.cs
- BitStream.cs
- PolyBezierSegment.cs
- Ipv6Element.cs
- HwndTarget.cs
- OrderByBuilder.cs
- ConsoleCancelEventArgs.cs
- LayoutEvent.cs
- BezierSegment.cs
- IRCollection.cs
- _ChunkParse.cs
- HwndHost.cs
- OdbcConnection.cs
- ToolboxItemAttribute.cs
- SqlUtils.cs
- WebFormsRootDesigner.cs
- Attributes.cs
- RNGCryptoServiceProvider.cs
- WindowsAltTab.cs