Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- RegexMatchCollection.cs
- DesignerView.Commands.cs
- SmtpNegotiateAuthenticationModule.cs
- ListViewInsertionMark.cs
- TableItemPattern.cs
- XamlSerializationHelper.cs
- QueryExpression.cs
- DomainLiteralReader.cs
- BooleanFunctions.cs
- XmlUTF8TextWriter.cs
- XmlSchemaSequence.cs
- EventHandlersDesigner.cs
- ListBoxItemWrapperAutomationPeer.cs
- XmlDataImplementation.cs
- Brushes.cs
- TableAdapterManagerMethodGenerator.cs
- TableStyle.cs
- ValidationError.cs
- FontStyles.cs
- CodeDomLoader.cs
- Brush.cs
- XmlMemberMapping.cs
- ButtonChrome.cs
- WebMessageBodyStyleHelper.cs
- MobileControlPersister.cs
- IpcChannel.cs
- XPathArrayIterator.cs
- XmlNodeComparer.cs
- _LocalDataStoreMgr.cs
- FileInfo.cs
- SyndicationDeserializer.cs
- PersonalizationStateInfo.cs
- UserValidatedEventArgs.cs
- EnumConverter.cs
- ControlBindingsConverter.cs
- WeakRefEnumerator.cs
- DataGridCellItemAutomationPeer.cs
- XsdValidatingReader.cs
- XmlNamespaceManager.cs
- EnlistmentTraceIdentifier.cs
- ServiceOperationInfoTypeConverter.cs
- ConfigXmlSignificantWhitespace.cs
- TdsEnums.cs
- ProcessHostConfigUtils.cs
- RadialGradientBrush.cs
- MouseBinding.cs
- OracleLob.cs
- XmlCharCheckingReader.cs
- WebServiceFaultDesigner.cs
- PrinterUnitConvert.cs
- OverlappedAsyncResult.cs
- Literal.cs
- OleDbConnectionFactory.cs
- SimpleType.cs
- XmlArrayItemAttributes.cs
- HttpCookie.cs
- FormViewInsertedEventArgs.cs
- ConnectionManagementElementCollection.cs
- ControlPropertyNameConverter.cs
- SerializerDescriptor.cs
- ValidationContext.cs
- DiscreteKeyFrames.cs
- AnonymousIdentificationModule.cs
- SafeCoTaskMem.cs
- ListenerElementsCollection.cs
- XPathExpr.cs
- TargetConverter.cs
- URI.cs
- SizeAnimationBase.cs
- DispatcherExceptionEventArgs.cs
- NamedPipeProcessProtocolHandler.cs
- OwnerDrawPropertyBag.cs
- ThreadExceptionEvent.cs
- DataTableReader.cs
- CultureTable.cs
- GenericWebPart.cs
- DataContractFormatAttribute.cs
- ConnectionInterfaceCollection.cs
- LinqDataSourceInsertEventArgs.cs
- HybridCollection.cs
- Matrix3D.cs
- PropertyPushdownHelper.cs
- GridViewPageEventArgs.cs
- SerialErrors.cs
- TableStyle.cs
- XmlDictionaryReader.cs
- Size.cs
- LicenseProviderAttribute.cs
- TdsParser.cs
- ListViewItemMouseHoverEvent.cs
- FontCollection.cs
- DependencyPropertyChangedEventArgs.cs
- FormView.cs
- ScriptResourceHandler.cs
- MeshGeometry3D.cs
- ValueUnavailableException.cs
- MethodBuilderInstantiation.cs
- CodeIndexerExpression.cs
- TextEditorSelection.cs
- BamlResourceDeserializer.cs