EntityQueryable Class

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Contains the static extension methods that implement a subset of the LINQ pattern for EntityQuery.

Inheritance Hierarchy

System.Object
  System.ServiceModel.DomainServices.Client.EntityQueryable

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class EntityQueryable
'Usage
public static class EntityQueryable
[ExtensionAttribute]
public ref class EntityQueryable abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type EntityQueryable =  class end
public final class EntityQueryable

The EntityQueryable type exposes the following members.

Methods

  Name Description
Public methodStatic member OrderBy<TEntity, TKey> Applies the specified ascending order clause to the source query.
Public methodStatic member OrderByDescending<TEntity, TKey> Applies the specified descending order clause to the source query.
Public methodStatic member Select<TEntity> Applies the specified selection to the source query.
Public methodStatic member Skip<TEntity> Applies the specified skip clause to the source query.
Public methodStatic member Take<TEntity> Applies the specified take clause to the source query.
Public methodStatic member ThenBy<TEntity, TKey> Applies the specified ascending order clause to the source query.
Public methodStatic member ThenByDescending<TEntity, TKey> Applies the specified descending order clause to the source query.
Public methodStatic member Where<TEntity> Applies the specified filter to the source query.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.ServiceModel.DomainServices.Client Namespace