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
- DataGridViewSelectedCellCollection.cs
- ConstraintManager.cs
- EnumerableCollectionView.cs
- StateManagedCollection.cs
- SqlDataSourceSummaryPanel.cs
- FeatureSupport.cs
- ConfigurationSectionCollection.cs
- PenThreadPool.cs
- ConfigurationProviderException.cs
- MediaSystem.cs
- MorphHelpers.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- DateTimePickerDesigner.cs
- CompositeScriptReference.cs
- _NTAuthentication.cs
- XmlSchemaProviderAttribute.cs
- IPHostEntry.cs
- HostingEnvironmentWrapper.cs
- XmlUtf8RawTextWriter.cs
- DataRelationCollection.cs
- Assert.cs
- WindowsScroll.cs
- ContentHostHelper.cs
- ExeContext.cs
- Oid.cs
- SharedStatics.cs
- ChameleonKey.cs
- BufferBuilder.cs
- TreeNode.cs
- WorkflowMessageEventHandler.cs
- DetailsViewDeleteEventArgs.cs
- ConfigurationCollectionAttribute.cs
- TdsParserHelperClasses.cs
- DSASignatureDeformatter.cs
- XmlReaderSettings.cs
- DbMetaDataColumnNames.cs
- HandleCollector.cs
- DataViewManager.cs
- FrameworkReadOnlyPropertyMetadata.cs
- Sql8ConformanceChecker.cs
- BrushConverter.cs
- FacetDescription.cs
- CompensationToken.cs
- GlobalProxySelection.cs
- DataTableReaderListener.cs
- RewritingSimplifier.cs
- SymbolTable.cs
- ExpressionBuilder.cs
- ObjectFullSpanRewriter.cs
- CursorInteropHelper.cs
- Ports.cs
- GroupByQueryOperator.cs
- RemoteWebConfigurationHostServer.cs
- XmlConverter.cs
- XmlNodeComparer.cs
- HandleRef.cs
- HttpHandlersSection.cs
- CredentialCache.cs
- SaveFileDialog.cs
- Int32KeyFrameCollection.cs
- HealthMonitoringSectionHelper.cs
- SqlFactory.cs
- MeasureItemEvent.cs
- XPathNodeHelper.cs
- XmlSchemaComplexContent.cs
- SqlProviderServices.cs
- RegistryPermission.cs
- StreamingContext.cs
- SatelliteContractVersionAttribute.cs
- TreePrinter.cs
- DocumentsTrace.cs
- UnderstoodHeaders.cs
- FilteredAttributeCollection.cs
- ConsumerConnectionPointCollection.cs
- RtfToken.cs
- ToolStripCollectionEditor.cs
- InputReportEventArgs.cs
- DragDrop.cs
- GridItemPattern.cs
- SecUtil.cs
- HyperLinkDesigner.cs
- WebZone.cs
- WebPartConnectionsDisconnectVerb.cs
- FontNamesConverter.cs
- WpfSharedXamlSchemaContext.cs
- Rotation3D.cs
- _ProxyChain.cs
- IArgumentProvider.cs
- TransactionFlowOption.cs
- WebServiceData.cs
- TypeBuilderInstantiation.cs
- HideDisabledControlAdapter.cs
- MessageDecoder.cs
- HttpBrowserCapabilitiesWrapper.cs
- Calendar.cs
- XXXInfos.cs
- LineGeometry.cs
- ExpandableObjectConverter.cs
- VariableAction.cs
- SequentialOutput.cs