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
- CollectionViewGroupInternal.cs
- ValidationEventArgs.cs
- AnnotationResourceCollection.cs
- MetadataArtifactLoaderFile.cs
- Operators.cs
- DirtyTextRange.cs
- PersistenceTypeAttribute.cs
- RuntimeResourceSet.cs
- MetadataArtifactLoaderCompositeResource.cs
- Permission.cs
- ActivityBuilderXamlWriter.cs
- RegexCaptureCollection.cs
- SmtpException.cs
- XhtmlTextWriter.cs
- ConsoleTraceListener.cs
- Crc32.cs
- SHA1CryptoServiceProvider.cs
- DataGridViewCellStateChangedEventArgs.cs
- LongValidatorAttribute.cs
- TableNameAttribute.cs
- RuntimeHelpers.cs
- basenumberconverter.cs
- ReadOnlyTernaryTree.cs
- ResolvedKeyFrameEntry.cs
- MasterPageBuildProvider.cs
- codemethodreferenceexpression.cs
- Lasso.cs
- XmlWrappingWriter.cs
- Point3DCollection.cs
- JoinElimination.cs
- WorkflowExecutor.cs
- DBDataPermissionAttribute.cs
- MemberMaps.cs
- Switch.cs
- InputManager.cs
- CultureInfoConverter.cs
- ZipIOLocalFileBlock.cs
- GeneralTransform3D.cs
- CategoryValueConverter.cs
- mediaeventargs.cs
- MethodBuilder.cs
- TypeElement.cs
- DataGridViewDataConnection.cs
- DeferredReference.cs
- HandlerFactoryWrapper.cs
- TextContainerHelper.cs
- ProxyManager.cs
- ObjectHandle.cs
- Point4D.cs
- WebPartActionVerb.cs
- DataGridColumnReorderingEventArgs.cs
- ConfigurationLockCollection.cs
- XmlToDatasetMap.cs
- FindCompletedEventArgs.cs
- HandleCollector.cs
- Pen.cs
- ClientScriptItem.cs
- PowerStatus.cs
- XmlSchemaRedefine.cs
- MultiSelectRootGridEntry.cs
- ListSourceHelper.cs
- XslVisitor.cs
- BindingWorker.cs
- AffineTransform3D.cs
- _SpnDictionary.cs
- RMPermissions.cs
- Automation.cs
- TaskFormBase.cs
- GuidelineSet.cs
- PageStatePersister.cs
- MenuItemStyleCollection.cs
- sitestring.cs
- UnitySerializationHolder.cs
- UnaryNode.cs
- InvalidCastException.cs
- TreeViewAutomationPeer.cs
- SoapSchemaExporter.cs
- LocalizableResourceBuilder.cs
- NegotiationTokenAuthenticatorStateCache.cs
- SafeRightsManagementSessionHandle.cs
- PeerTransportListenAddressValidatorAttribute.cs
- EventDescriptorCollection.cs
- StringFreezingAttribute.cs
- FolderBrowserDialog.cs
- SkewTransform.cs
- EdmToObjectNamespaceMap.cs
- LoginView.cs
- NetworkInformationPermission.cs
- Control.cs
- BinaryReader.cs
- Point3DAnimation.cs
- HMACRIPEMD160.cs
- TableCellAutomationPeer.cs
- Soap11ServerProtocol.cs
- TrackBar.cs
- ImageMap.cs
- CacheAxisQuery.cs
- CredentialCache.cs
- CheckedListBox.cs
- WebPartEditorCancelVerb.cs