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
- ScriptControlManager.cs
- EncodingTable.cs
- BooleanExpr.cs
- XmlWrappingReader.cs
- HttpsTransportElement.cs
- XamlSerializer.cs
- RepeaterItem.cs
- DirectoryRedirect.cs
- VSWCFServiceContractGenerator.cs
- HTMLTagNameToTypeMapper.cs
- SBCSCodePageEncoding.cs
- DoubleAnimationUsingKeyFrames.cs
- FileLoadException.cs
- OperationExecutionFault.cs
- CookielessHelper.cs
- Descriptor.cs
- XmlQueryRuntime.cs
- TableDetailsCollection.cs
- WebEvents.cs
- ContextStaticAttribute.cs
- SQLMoneyStorage.cs
- Polygon.cs
- smtpconnection.cs
- Utility.cs
- Evidence.cs
- PropertyValidationContext.cs
- SafeArrayTypeMismatchException.cs
- AsyncStreamReader.cs
- AutoGeneratedField.cs
- SqlCacheDependencyDatabaseCollection.cs
- CompiledELinqQueryState.cs
- safemediahandle.cs
- ToolStripItem.cs
- TextEndOfSegment.cs
- PackageDigitalSignatureManager.cs
- IndexOutOfRangeException.cs
- CompilationUtil.cs
- prefixendpointaddressmessagefiltertable.cs
- SchemaImporterExtensionElementCollection.cs
- Span.cs
- FaultDesigner.cs
- RtfToXamlReader.cs
- EndPoint.cs
- SendMessageRecord.cs
- CapiNative.cs
- FileVersionInfo.cs
- StorageMappingItemCollection.cs
- WarningException.cs
- SqlMethodTransformer.cs
- LinkButton.cs
- DbParameterHelper.cs
- TableRowCollection.cs
- IntPtr.cs
- ObjectQueryProvider.cs
- RepeatBehaviorConverter.cs
- _CookieModule.cs
- GorillaCodec.cs
- FlowchartSizeFeature.cs
- RoutedEventHandlerInfo.cs
- DataGridCell.cs
- AppDomainFactory.cs
- Ref.cs
- SqlBuffer.cs
- ObjectHandle.cs
- HighlightComponent.cs
- OracleCommand.cs
- JsonCollectionDataContract.cs
- FragmentQuery.cs
- Opcode.cs
- RightNameExpirationInfoPair.cs
- MsmqPoisonMessageException.cs
- TdsParserSessionPool.cs
- Part.cs
- PackageRelationshipSelector.cs
- CustomCredentialPolicy.cs
- OlePropertyStructs.cs
- SessionStateItemCollection.cs
- XamlTemplateSerializer.cs
- HttpPostedFileWrapper.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- RawTextInputReport.cs
- RegexWorker.cs
- SqlDataSourceQueryConverter.cs
- TriggerCollection.cs
- DataBinder.cs
- Evaluator.cs
- ManagedIStream.cs
- ConfigurationLoader.cs
- EncryptedData.cs
- UiaCoreProviderApi.cs
- SecurityKeyIdentifierClause.cs
- PageWrapper.cs
- HybridWebProxyFinder.cs
- GetWinFXPath.cs
- Matrix3DConverter.cs
- HostedController.cs
- ServiceOperationParameter.cs
- ObjectKeyFrameCollection.cs
- TextBlockAutomationPeer.cs
- SystemColors.cs