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
- HtmlInputFile.cs
- TextRangeEditTables.cs
- DaylightTime.cs
- FlowDocumentFormatter.cs
- CodeIndexerExpression.cs
- ToolStripPanelRenderEventArgs.cs
- SafeProcessHandle.cs
- EventWaitHandleSecurity.cs
- RbTree.cs
- ImageBrush.cs
- MemoryResponseElement.cs
- GridSplitterAutomationPeer.cs
- UnmanagedMemoryStreamWrapper.cs
- ReadWriteObjectLock.cs
- InputLangChangeEvent.cs
- ThreadExceptionDialog.cs
- AvTrace.cs
- TraceInternal.cs
- DbgCompiler.cs
- AbandonedMutexException.cs
- BypassElementCollection.cs
- LinqDataSourceInsertEventArgs.cs
- HtmlTableCell.cs
- JsonWriter.cs
- ExpressionBinding.cs
- XmlChoiceIdentifierAttribute.cs
- SafeArrayTypeMismatchException.cs
- CheckBoxBaseAdapter.cs
- NullNotAllowedCollection.cs
- StandardRuntimeEnumValidatorAttribute.cs
- NativeMethods.cs
- XamlBrushSerializer.cs
- XmlDataDocument.cs
- QueryStringParameter.cs
- DataGridViewAutoSizeModeEventArgs.cs
- PathNode.cs
- DiscoveryClientProtocol.cs
- DataSourceDescriptorCollection.cs
- EntityDataSourceChangedEventArgs.cs
- ProjectionCamera.cs
- PhonemeConverter.cs
- Profiler.cs
- ReadWriteSpinLock.cs
- XmlElement.cs
- ResetableIterator.cs
- BamlLocalizabilityResolver.cs
- DefinitionUpdate.cs
- WebBrowserBase.cs
- DictionaryTraceRecord.cs
- RegexNode.cs
- RecognizerStateChangedEventArgs.cs
- CodeIndexerExpression.cs
- DirectoryObjectSecurity.cs
- wmiutil.cs
- TypedDatasetGenerator.cs
- MultipleViewPattern.cs
- GridPattern.cs
- TimeManager.cs
- GACIdentityPermission.cs
- OracleNumber.cs
- DefaultPrintController.cs
- XmlSerializer.cs
- CriticalFinalizerObject.cs
- ExternalException.cs
- InstanceKeyView.cs
- SiteOfOriginContainer.cs
- OdbcConnectionFactory.cs
- XmlObjectSerializerReadContextComplex.cs
- XmlSignificantWhitespace.cs
- ComponentEditorPage.cs
- SiteMapSection.cs
- HostingEnvironmentException.cs
- TerminatorSinks.cs
- ConnectionConsumerAttribute.cs
- DataControlFieldCell.cs
- Types.cs
- ImageInfo.cs
- WebPartZoneBase.cs
- DataSourceXmlSerializationAttribute.cs
- XmlQueryRuntime.cs
- HttpConfigurationContext.cs
- AndCondition.cs
- TextServicesDisplayAttributePropertyRanges.cs
- ExpandSegmentCollection.cs
- ScriptResourceInfo.cs
- XmlDataProvider.cs
- DataServiceRequestArgs.cs
- LineServices.cs
- ChangePassword.cs
- MimePart.cs
- XPathScanner.cs
- ItemCheckEvent.cs
- securitycriticaldataClass.cs
- LinqDataSourceStatusEventArgs.cs
- CollectionEditor.cs
- SortDescription.cs
- MenuItem.cs
- CryptoKeySecurity.cs
- ProxyAttribute.cs
- DataTableMappingCollection.cs