Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / ProjectionPlan.cs / 1305376 / ProjectionPlan.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Provides a class that encapsulates how to materialize an ATOM // entry using a projection. // //--------------------------------------------------------------------- namespace System.Data.Services.Client { #region Namespaces. using System; using System.Diagnostics; #endregion Namespaces. ///Use this class to store a materialization plan used with projections. internal class ProjectionPlan { #if DEBUG ///Source projection for this plan. internal System.Linq.Expressions.Expression SourceProjection { get; set; } ///Target projection for this plan. internal System.Linq.Expressions.Expression TargetProjection { get; set; } #endif ///Last segment type for query. ///This typically matches the expected element type at runtime. internal Type LastSegmentType { get; set; } ///Provides a method to materialize a payload. internal Func
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CompiledRegexRunnerFactory.cs
- DocumentReferenceCollection.cs
- DataGridGeneralPage.cs
- BooleanConverter.cs
- cryptoapiTransform.cs
- GridViewRow.cs
- OutputCacheProfileCollection.cs
- MgmtResManager.cs
- HttpResponse.cs
- UpdatePanel.cs
- SafeMemoryMappedViewHandle.cs
- ContainerAction.cs
- PngBitmapDecoder.cs
- SqlBulkCopyColumnMappingCollection.cs
- MailBnfHelper.cs
- SourceFilter.cs
- SqlCacheDependency.cs
- FastPropertyAccessor.cs
- ItemDragEvent.cs
- DataObject.cs
- OrderingInfo.cs
- SiteMapHierarchicalDataSourceView.cs
- BitmapInitialize.cs
- SystemIPInterfaceStatistics.cs
- IntSecurity.cs
- DataGridViewSortCompareEventArgs.cs
- ADMembershipProvider.cs
- CodeTypeConstructor.cs
- NameTable.cs
- XmlMtomReader.cs
- ErrorStyle.cs
- XAMLParseException.cs
- TypeDescriptionProviderAttribute.cs
- StrongNameKeyPair.cs
- QueryCursorEventArgs.cs
- PrivilegedConfigurationManager.cs
- Trace.cs
- SqlMethods.cs
- SafeMarshalContext.cs
- PinProtectionHelper.cs
- DependencyPropertyHelper.cs
- PaperSource.cs
- Empty.cs
- DependencyPropertyValueSerializer.cs
- DataServicePagingProviderWrapper.cs
- SortQuery.cs
- DashStyle.cs
- DbConnectionFactory.cs
- AdRotatorDesigner.cs
- WebPartActionVerb.cs
- ZipIOExtraFieldPaddingElement.cs
- DataGridViewToolTip.cs
- RectangleGeometry.cs
- DbSource.cs
- UIElementAutomationPeer.cs
- Environment.cs
- MsmqReceiveParameters.cs
- Underline.cs
- ExpressionVisitor.cs
- DataGridViewCellStateChangedEventArgs.cs
- DisplayToken.cs
- RayMeshGeometry3DHitTestResult.cs
- FunctionCommandText.cs
- UInt64.cs
- XDeferredAxisSource.cs
- DateTimeOffsetStorage.cs
- TreeViewCancelEvent.cs
- NotifyIcon.cs
- ColumnCollectionEditor.cs
- TraceSection.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- EdmSchemaAttribute.cs
- controlskin.cs
- ConfigXmlComment.cs
- SoapCommonClasses.cs
- Parser.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- ThemeInfoAttribute.cs
- HtmlElement.cs
- MetadataItemSerializer.cs
- WindowsFormsSynchronizationContext.cs
- CmsInterop.cs
- DispatcherObject.cs
- SharedUtils.cs
- UnitySerializationHolder.cs
- ProfileWorkflowElement.cs
- MtomMessageEncodingElement.cs
- DrawingContextWalker.cs
- CursorConverter.cs
- XmlNavigatorStack.cs
- PageCatalogPart.cs
- HijriCalendar.cs
- DocobjHost.cs
- WorkflowNamespace.cs
- CategoriesDocument.cs
- DBSchemaTable.cs
- Calendar.cs
- StickyNoteAnnotations.cs
- FixUp.cs
- DesignerVerb.cs