Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- AutomationProperties.cs
- TextModifier.cs
- ComponentCommands.cs
- SrgsDocumentParser.cs
- FixedElement.cs
- JsonReader.cs
- WebSysDescriptionAttribute.cs
- EnumMember.cs
- ServiceReference.cs
- DateTimeFormatInfo.cs
- MultiSelectRootGridEntry.cs
- SqlConnectionStringBuilder.cs
- StringUtil.cs
- RequestCachingSection.cs
- SoapHeaders.cs
- XmlFileEditor.cs
- MemberJoinTreeNode.cs
- FocusWithinProperty.cs
- XmlILStorageConverter.cs
- DesignerSerializationOptionsAttribute.cs
- DataKey.cs
- WmlPhoneCallAdapter.cs
- PrintDialog.cs
- RequiredAttributeAttribute.cs
- Buffer.cs
- PointLightBase.cs
- SendActivityEventArgs.cs
- EntityDataSourceDataSelection.cs
- InitializationEventAttribute.cs
- RegistryPermission.cs
- WindowsAuthenticationEventArgs.cs
- ControllableStoryboardAction.cs
- UnsafeNativeMethods.cs
- TabletCollection.cs
- ToolStripItemTextRenderEventArgs.cs
- ToolStripDropTargetManager.cs
- BadImageFormatException.cs
- QilLiteral.cs
- MenuItemStyleCollection.cs
- EntityDescriptor.cs
- InvalidTimeZoneException.cs
- ExternalCalls.cs
- GridViewRowPresenter.cs
- RepeatBehavior.cs
- FtpCachePolicyElement.cs
- SessionEndingEventArgs.cs
- VirtualDirectoryMappingCollection.cs
- ToolStripDesignerAvailabilityAttribute.cs
- QueryTreeBuilder.cs
- KeyManager.cs
- ApplicationException.cs
- MimeParameterWriter.cs
- TypeBinaryExpression.cs
- ExtensionSimplifierMarkupObject.cs
- XPathPatternBuilder.cs
- Transform3DGroup.cs
- Parameter.cs
- LongCountAggregationOperator.cs
- AssemblySettingAttributes.cs
- TreeView.cs
- StatusBar.cs
- InheritanceContextHelper.cs
- MessageDescription.cs
- WebPartCatalogAddVerb.cs
- RegionData.cs
- InvokeWebService.cs
- ReadOnlyDataSource.cs
- TreeNodeStyleCollection.cs
- arabicshape.cs
- HasCopySemanticsAttribute.cs
- CryptographicAttribute.cs
- IntegrationExceptionEventArgs.cs
- PropertyDescriptor.cs
- mediapermission.cs
- TraceXPathNavigator.cs
- ConfigurationPermission.cs
- ProfileEventArgs.cs
- AssemblyCache.cs
- DataGridViewButtonColumn.cs
- GlobalizationAssembly.cs
- LassoHelper.cs
- PartitionedStream.cs
- BaseParser.cs
- TreeNodeCollection.cs
- MenuItem.cs
- PrivateFontCollection.cs
- ConnectionPointCookie.cs
- EditorReuseAttribute.cs
- SiteMap.cs
- ManagementEventArgs.cs
- SecurityTokenException.cs
- RuntimeConfigurationRecord.cs
- CompilerState.cs
- ListViewTableRow.cs
- WorkflowServiceBuildProvider.cs
- _NetworkingPerfCounters.cs
- GridViewItemAutomationPeer.cs
- PropertyContainer.cs
- DBSqlParserColumn.cs
- TextTreeExtractElementUndoUnit.cs