Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- ClientRoleProvider.cs
- DetailsViewUpdatedEventArgs.cs
- Ipv6Element.cs
- ReliabilityContractAttribute.cs
- ChannelAcceptor.cs
- ToolTipAutomationPeer.cs
- PenThread.cs
- Assembly.cs
- TrackingExtract.cs
- LogWriteRestartAreaState.cs
- WebPartCatalogAddVerb.cs
- RegionIterator.cs
- InvalidComObjectException.cs
- wgx_sdk_version.cs
- TextEditorParagraphs.cs
- SqlInfoMessageEvent.cs
- Lease.cs
- EntityType.cs
- MobileUserControlDesigner.cs
- XmlAttributeOverrides.cs
- EnumValAlphaComparer.cs
- CodeCompileUnit.cs
- IPAddressCollection.cs
- KeyEvent.cs
- PointLightBase.cs
- XamlTemplateSerializer.cs
- Converter.cs
- EntityKeyElement.cs
- ExpressionsCollectionConverter.cs
- SecurityContext.cs
- DocumentScope.cs
- DateTimeOffset.cs
- Helpers.cs
- RequestResponse.cs
- SystemGatewayIPAddressInformation.cs
- ClientTargetSection.cs
- TrackingProfile.cs
- DoubleConverter.cs
- RightsManagementInformation.cs
- SqlBooleanizer.cs
- DataControlCommands.cs
- XmlnsDictionary.cs
- StringOutput.cs
- DbExpressionRules.cs
- ObjectListSelectEventArgs.cs
- LineServicesRun.cs
- ErrorFormatterPage.cs
- Span.cs
- DependencyObject.cs
- OracleDataAdapter.cs
- Typography.cs
- ReceiveContext.cs
- IPAddress.cs
- TemplatePagerField.cs
- CatalogZoneBase.cs
- autovalidator.cs
- ContentOperations.cs
- ColorConvertedBitmap.cs
- SectionXmlInfo.cs
- ScriptingRoleServiceSection.cs
- XPathCompileException.cs
- Configuration.cs
- RightsManagementInformation.cs
- HttpRequest.cs
- ProfileParameter.cs
- SubqueryTrackingVisitor.cs
- VSWCFServiceContractGenerator.cs
- IsolatedStoragePermission.cs
- MenuItemCollectionEditorDialog.cs
- CommonRemoteMemoryBlock.cs
- PermissionRequestEvidence.cs
- HttpResponseHeader.cs
- ProcessHostMapPath.cs
- AsyncStreamReader.cs
- SetterBaseCollection.cs
- ValidatingCollection.cs
- WindowsToolbarAsMenu.cs
- ErrorHandlerFaultInfo.cs
- ScriptReference.cs
- StrokeCollectionConverter.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- StyleSheetDesigner.cs
- LogManagementAsyncResult.cs
- SessionParameter.cs
- itemelement.cs
- CaseInsensitiveHashCodeProvider.cs
- EventBuilder.cs
- FormsAuthenticationUserCollection.cs
- ImageSourceConverter.cs
- NativeMethods.cs
- StructuralCache.cs
- SID.cs
- COM2Properties.cs
- BamlRecords.cs
- ReferenceService.cs
- AssemblyBuilder.cs
- DiagnosticTraceSchemas.cs
- RequestQueue.cs
- CodeAssignStatement.cs
- AssemblyResourceLoader.cs