Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Common / QueryCache / EntityClientCacheEntry.cs / 1305376 / EntityClientCacheEntry.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //----------------------------------------------------------------------------- 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
- NotificationContext.cs
- Equal.cs
- ButtonChrome.cs
- ToolStripCollectionEditor.cs
- ImportException.cs
- safePerfProviderHandle.cs
- SessionStateUtil.cs
- PrintPreviewDialog.cs
- UserControlCodeDomTreeGenerator.cs
- SystemBrushes.cs
- ConstructorNeedsTagAttribute.cs
- StringComparer.cs
- Control.cs
- SizeChangedInfo.cs
- ResolvedKeyFrameEntry.cs
- _ListenerResponseStream.cs
- Win32PrintDialog.cs
- FileDialogCustomPlace.cs
- RepeaterCommandEventArgs.cs
- WindowsHyperlink.cs
- FacetChecker.cs
- ListBox.cs
- Debug.cs
- AQNBuilder.cs
- UIElementParagraph.cs
- graph.cs
- WorkflowRuntimeServiceElementCollection.cs
- FileLogRecordStream.cs
- SoapInteropTypes.cs
- BufferManager.cs
- CounterCreationDataCollection.cs
- Filter.cs
- regiisutil.cs
- Events.cs
- GeometryModel3D.cs
- AutomationElementIdentifiers.cs
- StandardOleMarshalObject.cs
- ExternalException.cs
- _AuthenticationState.cs
- CodeBlockBuilder.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- PopupControlService.cs
- DragEventArgs.cs
- TextEditorSpelling.cs
- CodeTypeConstructor.cs
- Deflater.cs
- OutputScope.cs
- EmptyStringExpandableObjectConverter.cs
- BindToObject.cs
- AttributeSetAction.cs
- FlowDocumentPage.cs
- FieldToken.cs
- WebPartZoneCollection.cs
- ViewDesigner.cs
- AssociationTypeEmitter.cs
- HttpValueCollection.cs
- FilteredAttributeCollection.cs
- CapabilitiesState.cs
- ConsoleKeyInfo.cs
- KeyManager.cs
- SecurityKeyEntropyMode.cs
- UInt16Storage.cs
- panel.cs
- RichTextBox.cs
- EntityException.cs
- DataServiceException.cs
- DesignTimeTemplateParser.cs
- AnnotationAuthorChangedEventArgs.cs
- ConstructorExpr.cs
- HttpProfileBase.cs
- _DisconnectOverlappedAsyncResult.cs
- login.cs
- RemoteX509AsymmetricSecurityKey.cs
- ErrorHandler.cs
- MemberInfoSerializationHolder.cs
- EncoderExceptionFallback.cs
- DbConnectionPoolIdentity.cs
- EventLogTraceListener.cs
- FormsAuthenticationConfiguration.cs
- Configuration.cs
- PeerApplicationLaunchInfo.cs
- TextRunTypographyProperties.cs
- ProcessHostServerConfig.cs
- SqlDependencyListener.cs
- EventRouteFactory.cs
- HttpPostedFile.cs
- ComNativeDescriptor.cs
- ServiceModelDictionary.cs
- SafeNativeMethodsOther.cs
- RuleConditionDialog.cs
- BinaryMethodMessage.cs
- EventBookmark.cs
- LingerOption.cs
- WmlCalendarAdapter.cs
- WinFormsSecurity.cs
- remotingproxy.cs
- ProfileService.cs
- TextTreeInsertElementUndoUnit.cs
- RootProjectionNode.cs
- StrongNameUtility.cs