Code:
/ 4.0 / 4.0 / 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.
//------------------------------------------------------------------------------
//
// 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
- Int32CollectionValueSerializer.cs
- GlobalProxySelection.cs
- ProcessManager.cs
- LambdaValue.cs
- Int64Converter.cs
- FixedTextSelectionProcessor.cs
- NamedPipeChannelListener.cs
- WebDescriptionAttribute.cs
- HwndKeyboardInputProvider.cs
- MulticastNotSupportedException.cs
- StringOutput.cs
- ServiceEndpointCollection.cs
- GlobalizationSection.cs
- HyperLinkStyle.cs
- OdbcErrorCollection.cs
- XmlNodeList.cs
- StreamReader.cs
- StateWorkerRequest.cs
- ReachPageContentSerializer.cs
- DictionarySectionHandler.cs
- GeneratedCodeAttribute.cs
- CodeDirectiveCollection.cs
- DataRowComparer.cs
- SByteConverter.cs
- RawTextInputReport.cs
- HtmlInputHidden.cs
- RenderDataDrawingContext.cs
- DataGridViewUtilities.cs
- WebBaseEventKeyComparer.cs
- PageWrapper.cs
- StateMachineSubscription.cs
- HtmlSelectionListAdapter.cs
- TransactedBatchContext.cs
- PerformanceCounterPermissionEntry.cs
- XmlHierarchicalDataSourceView.cs
- SimpleBitVector32.cs
- ProxyManager.cs
- SqlCharStream.cs
- HttpCachePolicy.cs
- PriorityBinding.cs
- MenuItem.cs
- PropertySegmentSerializationProvider.cs
- EventRouteFactory.cs
- ObjectContext.cs
- EditorPartCollection.cs
- TextHidden.cs
- FontDifferentiator.cs
- Compilation.cs
- PreservationFileReader.cs
- MembershipSection.cs
- TextModifier.cs
- XsdBuildProvider.cs
- TraceRecord.cs
- CheckBoxPopupAdapter.cs
- WebServiceEnumData.cs
- RequestResizeEvent.cs
- QueryableDataSource.cs
- DesignParameter.cs
- XmlSchemaSequence.cs
- SQlBooleanStorage.cs
- ZipIOLocalFileBlock.cs
- MetadataFile.cs
- FigureParagraph.cs
- GenericTextProperties.cs
- PrintDialog.cs
- Wow64ConfigurationLoader.cs
- EditorPart.cs
- WindowsServiceElement.cs
- MergeFilterQuery.cs
- SendMessageChannelCache.cs
- ToolStripInSituService.cs
- TcpChannelHelper.cs
- SqlConnectionPoolGroupProviderInfo.cs
- xml.cs
- DataGridPageChangedEventArgs.cs
- ParserExtension.cs
- ChtmlCalendarAdapter.cs
- SolidColorBrush.cs
- ProviderBase.cs
- HierarchicalDataSourceControl.cs
- CodePrimitiveExpression.cs
- MostlySingletonList.cs
- DBConnectionString.cs
- CompoundFileReference.cs
- HuffModule.cs
- URLIdentityPermission.cs
- ResourceExpressionBuilder.cs
- ColumnWidthChangedEvent.cs
- WebServiceTypeData.cs
- Module.cs
- FixedSOMPage.cs
- XmlSchemaAnnotated.cs
- HighlightVisual.cs
- BaseTreeIterator.cs
- BaseDataBoundControl.cs
- ControlParameter.cs
- Condition.cs
- PolicyLevel.cs
- TdsValueSetter.cs
- RegexCompiler.cs