Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / DataServiceQuery.cs / 1 / DataServiceQuery.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// query base object // //--------------------------------------------------------------------- namespace System.Data.Services.Client { using System.Linq; using System.Linq.Expressions; ///non-generic placeholder for generic implementation [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1010", Justification = "required for this feature")] [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1710", Justification = "required for this feature")] public abstract class DataServiceQuery : DataServiceRequest, IQueryable { ///internal constructor so that only our assembly can provide an implementation internal DataServiceQuery() { } ///Linq Expression public abstract Expression Expression { get; } ///Linq Query Provider public abstract IQueryProvider Provider { get; } ///Get an enumerator materializes the objects the Uri request. ///an enumerator ///Expect derived class to override this with an explict interface implementation [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033", Justification = "required for this feature")] System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw Error.NotImplemented(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// query base object // //--------------------------------------------------------------------- namespace System.Data.Services.Client { using System.Linq; using System.Linq.Expressions; ///non-generic placeholder for generic implementation [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1010", Justification = "required for this feature")] [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1710", Justification = "required for this feature")] public abstract class DataServiceQuery : DataServiceRequest, IQueryable { ///internal constructor so that only our assembly can provide an implementation internal DataServiceQuery() { } ///Linq Expression public abstract Expression Expression { get; } ///Linq Query Provider public abstract IQueryProvider Provider { get; } ///Get an enumerator materializes the objects the Uri request. ///an enumerator ///Expect derived class to override this with an explict interface implementation [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033", Justification = "required for this feature")] System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw Error.NotImplemented(); } } } // 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
- SmiContext.cs
- ModifierKeysValueSerializer.cs
- AnnotationElement.cs
- CngKeyCreationParameters.cs
- Matrix3DValueSerializer.cs
- COM2ColorConverter.cs
- ADMembershipProvider.cs
- ArrangedElementCollection.cs
- WebHttpDispatchOperationSelector.cs
- Brushes.cs
- Positioning.cs
- ClientSession.cs
- CodeGenerator.cs
- AppearanceEditorPart.cs
- SetterBase.cs
- MetadataArtifactLoaderResource.cs
- UnsafeCollabNativeMethods.cs
- TreeWalker.cs
- ISAPIApplicationHost.cs
- OutgoingWebResponseContext.cs
- StreamWithDictionary.cs
- TraceContextRecord.cs
- JsonFaultDetail.cs
- TreeWalker.cs
- GridEntry.cs
- EventSource.cs
- SoapAttributes.cs
- ConnectionsZoneDesigner.cs
- Stroke2.cs
- StyleConverter.cs
- XmlWrappingReader.cs
- BrowserCapabilitiesFactory.cs
- DataServiceRequest.cs
- ParameterCollectionEditor.cs
- SelectionProcessor.cs
- AppSettingsSection.cs
- VisualTreeUtils.cs
- SharedPerformanceCounter.cs
- XmlSchemaComplexContentExtension.cs
- FilteredReadOnlyMetadataCollection.cs
- odbcmetadatacolumnnames.cs
- SmtpDigestAuthenticationModule.cs
- SubstitutionList.cs
- ConfigurationException.cs
- ScrollViewer.cs
- cache.cs
- PackagePart.cs
- ManipulationStartingEventArgs.cs
- Brushes.cs
- SortedList.cs
- XsltSettings.cs
- CallbackBehaviorAttribute.cs
- ApplicationDirectory.cs
- FileUtil.cs
- TcpClientChannel.cs
- RequestCacheEntry.cs
- ACL.cs
- AtomContentProperty.cs
- XmlDigitalSignatureProcessor.cs
- ClusterRegistryConfigurationProvider.cs
- RegexCode.cs
- ImageFormat.cs
- FrugalMap.cs
- MetadataCache.cs
- Quad.cs
- DefaultAsyncDataDispatcher.cs
- RefreshEventArgs.cs
- IsolatedStorage.cs
- PeerInvitationResponse.cs
- PolicyValidationException.cs
- XPathParser.cs
- VirtualPath.cs
- PartialArray.cs
- RuntimeEnvironment.cs
- XmlAttributeCache.cs
- BoundColumn.cs
- DocumentReferenceCollection.cs
- DbDataReader.cs
- WindowsGrip.cs
- FixedDSBuilder.cs
- TextBoxDesigner.cs
- TemplateEditingFrame.cs
- FontFamilyIdentifier.cs
- AssemblyResolver.cs
- MDIControlStrip.cs
- _NativeSSPI.cs
- InvalidDataException.cs
- WindowsStatic.cs
- X509ChainElement.cs
- LocalFileSettingsProvider.cs
- ChannelTracker.cs
- CalculatedColumn.cs
- EventLogPermissionAttribute.cs
- TypeUtil.cs
- UdpRetransmissionSettings.cs
- DetailsViewPagerRow.cs
- WebResourceAttribute.cs
- InfoCardAsymmetricCrypto.cs
- ContentElement.cs
- EdmFunction.cs