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 / shaperfactoryquerycacheentry.cs / 1 / shaperfactoryquerycacheentry.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //----------------------------------------------------------------------------- using System.Data.Common.Internal.Materialization; namespace System.Data.Common.QueryCache { internal class ShaperFactoryQueryCacheEntry: QueryCacheEntry { internal ShaperFactoryQueryCacheEntry(ShaperFactoryQueryCacheKey key, ShaperFactory factory) : base(key, factory) { } internal new ShaperFactory GetTarget() { return (ShaperFactory )base.GetTarget(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //----------------------------------------------------------------------------- using System.Data.Common.Internal.Materialization; namespace System.Data.Common.QueryCache { internal class ShaperFactoryQueryCacheEntry: QueryCacheEntry { internal ShaperFactoryQueryCacheEntry(ShaperFactoryQueryCacheKey key, ShaperFactory factory) : base(key, factory) { } internal new ShaperFactory GetTarget() { return (ShaperFactory )base.GetTarget(); } } } // 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
- Point3DValueSerializer.cs
- SectionVisual.cs
- ReliableOutputConnection.cs
- XmlNavigatorStack.cs
- StylusPointDescription.cs
- HttpContext.cs
- Interlocked.cs
- SqlConnection.cs
- ConfigViewGenerator.cs
- XsltLoader.cs
- TreeViewHitTestInfo.cs
- FormattedText.cs
- AliasedSlot.cs
- ParseChildrenAsPropertiesAttribute.cs
- ImageDesigner.cs
- XPathBuilder.cs
- StructuralType.cs
- MethodAccessException.cs
- Cursors.cs
- MergeFilterQuery.cs
- XappLauncher.cs
- RoleGroupCollectionEditor.cs
- SqlHelper.cs
- ChildTable.cs
- CharConverter.cs
- ListItem.cs
- ReceiveErrorHandling.cs
- DetailsViewPageEventArgs.cs
- SplitterEvent.cs
- WindowsTab.cs
- Point3DKeyFrameCollection.cs
- BooleanFunctions.cs
- ListViewInsertEventArgs.cs
- FontStretches.cs
- BamlRecordReader.cs
- streamingZipPartStream.cs
- ChangeProcessor.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ClaimSet.cs
- EnumMember.cs
- VoiceSynthesis.cs
- CompositeFontParser.cs
- StringToken.cs
- Sequence.cs
- ApplicationSettingsBase.cs
- IWorkflowDebuggerService.cs
- BamlResourceContent.cs
- UnescapedXmlDiagnosticData.cs
- SecuritySessionServerSettings.cs
- TextTreeRootNode.cs
- UserNamePasswordValidationMode.cs
- TypeFieldSchema.cs
- WsatStrings.cs
- RepeaterItemCollection.cs
- QuestionEventArgs.cs
- SHA384.cs
- AssociationTypeEmitter.cs
- MetadataConversionError.cs
- Line.cs
- ListViewGroup.cs
- COM2TypeInfoProcessor.cs
- DataBoundControlActionList.cs
- DataMemberConverter.cs
- DeploymentSectionCache.cs
- Expression.DebuggerProxy.cs
- FontEditor.cs
- DiscoveryDefaults.cs
- Hyperlink.cs
- StandardToolWindows.cs
- SafeFileMappingHandle.cs
- SessionChannels.cs
- TypefaceMetricsCache.cs
- Typeface.cs
- CompleteWizardStep.cs
- AssociationSetEnd.cs
- RegisteredArrayDeclaration.cs
- RemotingServices.cs
- DataListItemEventArgs.cs
- MessageSecurityTokenVersion.cs
- TextCollapsingProperties.cs
- MethodCallTranslator.cs
- EncoderReplacementFallback.cs
- ProfessionalColors.cs
- ScalarConstant.cs
- MatrixAnimationUsingPath.cs
- ProcessModuleCollection.cs
- FixUpCollection.cs
- OleAutBinder.cs
- FontFamilyIdentifier.cs
- DocumentStream.cs
- TrackingServices.cs
- SHA512Cng.cs
- UnsafeNativeMethods.cs
- DataGridViewCellStyleBuilderDialog.cs
- BaseDataBoundControl.cs
- ProfileWorkflowElement.cs
- SessionStateContainer.cs
- CorrelationValidator.cs
- EmptyControlCollection.cs
- TemplateBindingExpression.cs