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
- PointAnimationClockResource.cs
- AddInPipelineAttributes.cs
- GridViewColumnHeaderAutomationPeer.cs
- XmlIncludeAttribute.cs
- GAC.cs
- ConvertEvent.cs
- SystemIPAddressInformation.cs
- ObjectQuery.cs
- PolicyException.cs
- Listbox.cs
- ObjectContext.cs
- TextElementCollection.cs
- SmtpFailedRecipientException.cs
- TypeExtensionConverter.cs
- CodePrimitiveExpression.cs
- Compilation.cs
- LinqDataSourceUpdateEventArgs.cs
- Dump.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- Missing.cs
- XmlValueConverter.cs
- ItemsPanelTemplate.cs
- WebCategoryAttribute.cs
- TextProperties.cs
- Soap12FormatExtensions.cs
- CallbackValidatorAttribute.cs
- DecimalAnimationBase.cs
- ToolStripProgressBar.cs
- ReadOnlyCollectionBase.cs
- MetadataSerializer.cs
- TTSEngineProxy.cs
- ObjectHandle.cs
- ImageIndexConverter.cs
- ConfigurationException.cs
- EncoderBestFitFallback.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- ErrorLog.cs
- GridViewRowEventArgs.cs
- WebPartZone.cs
- RightsManagementErrorHandler.cs
- LinkLabel.cs
- SortDescription.cs
- DataTableNameHandler.cs
- DesignerAdapterUtil.cs
- BamlLocalizableResource.cs
- IndependentAnimationStorage.cs
- DataPagerField.cs
- PassportPrincipal.cs
- SupportingTokenProviderSpecification.cs
- NgenServicingAttributes.cs
- Size3DValueSerializer.cs
- SqlBooleanMismatchVisitor.cs
- MenuRenderer.cs
- MemoryMappedView.cs
- WebHttpSecurity.cs
- CheckPair.cs
- Geometry.cs
- DrawingGroup.cs
- MessageBox.cs
- XmlLoader.cs
- sqlcontext.cs
- WebPartManager.cs
- DependencyPropertyKey.cs
- IndependentAnimationStorage.cs
- MouseGestureValueSerializer.cs
- Region.cs
- ErrorFormatterPage.cs
- COM2IProvidePropertyBuilderHandler.cs
- CompositeCollectionView.cs
- D3DImage.cs
- Boolean.cs
- CodeChecksumPragma.cs
- _HTTPDateParse.cs
- GradientSpreadMethodValidation.cs
- EntitySqlQueryCacheEntry.cs
- SignatureHelper.cs
- MemberJoinTreeNode.cs
- Win32SafeHandles.cs
- Triangle.cs
- SymbolEqualComparer.cs
- UriParserTemplates.cs
- HttpFileCollectionWrapper.cs
- OdbcErrorCollection.cs
- WizardPanel.cs
- DataControlLinkButton.cs
- SizeConverter.cs
- sqlmetadatafactory.cs
- ClusterSafeNativeMethods.cs
- _NetworkingPerfCounters.cs
- VerificationAttribute.cs
- SoapTypeAttribute.cs
- IndexerNameAttribute.cs
- DateTime.cs
- PeerCredentialElement.cs
- XmlCharCheckingReader.cs
- ViewLoader.cs
- SinglePageViewer.cs
- AttributeUsageAttribute.cs
- TypeForwardedToAttribute.cs
- XmlSchemaInclude.cs