Code:
/ 4.0 / 4.0 / untmp / 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
- SystemBrushes.cs
- ManagementOptions.cs
- Rect3DValueSerializer.cs
- MdiWindowListItemConverter.cs
- CreateParams.cs
- CalendarDateRangeChangingEventArgs.cs
- InstanceLockedException.cs
- ClientApiGenerator.cs
- ResourceAssociationTypeEnd.cs
- InputEventArgs.cs
- SignatureDescription.cs
- counter.cs
- UnsafeNativeMethods.cs
- SQLBoolean.cs
- WindowsIPAddress.cs
- UrlMappingCollection.cs
- WorkflowInstance.cs
- DataPagerFieldCommandEventArgs.cs
- XmlSerializationGeneratedCode.cs
- UserControl.cs
- ClosableStream.cs
- WebUtil.cs
- SafePointer.cs
- DbDataAdapter.cs
- SoapTypeAttribute.cs
- BindingManagerDataErrorEventArgs.cs
- RegexReplacement.cs
- SettingsBase.cs
- XmlUrlResolver.cs
- UidManager.cs
- processwaithandle.cs
- ReadContentAsBinaryHelper.cs
- SrgsElementFactory.cs
- SourceItem.cs
- QilChoice.cs
- TypeDescriptor.cs
- SecurityChannelFaultConverter.cs
- DeploymentExceptionMapper.cs
- Native.cs
- HttpWriter.cs
- DataGridParentRows.cs
- RolePrincipal.cs
- ReadOnlyDataSource.cs
- DeflateEmulationStream.cs
- DefaultEventAttribute.cs
- ObjectConverter.cs
- OrthographicCamera.cs
- VisualTarget.cs
- ProviderCollection.cs
- MessageSecurityOverHttpElement.cs
- SchemaElement.cs
- CompilerErrorCollection.cs
- MultilineStringConverter.cs
- CfgParser.cs
- SqlTypesSchemaImporter.cs
- SymLanguageVendor.cs
- XmlSchemaElement.cs
- SchemaElementDecl.cs
- SafeCryptoHandles.cs
- FileDialogPermission.cs
- Encoder.cs
- XmlQueryCardinality.cs
- ThumbAutomationPeer.cs
- ExternalException.cs
- InsufficientMemoryException.cs
- _ProxyChain.cs
- ProbeDuplexAsyncResult.cs
- TimeZone.cs
- FragmentQueryKB.cs
- BaseCodeDomTreeGenerator.cs
- XmlSchemaComplexContentRestriction.cs
- Registry.cs
- GetFileNameResult.cs
- BackgroundWorker.cs
- DesignerWithHeader.cs
- KeyPullup.cs
- HtmlToClrEventProxy.cs
- Win32MouseDevice.cs
- KerberosTicketHashIdentifierClause.cs
- ControlValuePropertyAttribute.cs
- SvcMapFileLoader.cs
- HttpChannelHelper.cs
- MsmqReceiveHelper.cs
- HttpCachePolicyElement.cs
- HttpVersion.cs
- MarshalDirectiveException.cs
- ImageConverter.cs
- PersonalizationStateQuery.cs
- SamlAttribute.cs
- BooleanFacetDescriptionElement.cs
- IDReferencePropertyAttribute.cs
- StructuredTypeInfo.cs
- shaperfactoryquerycachekey.cs
- DebugView.cs
- Stack.cs
- Vector3DConverter.cs
- Convert.cs
- SqlSupersetValidator.cs
- CollectionBuilder.cs
- WindowsTitleBar.cs