EntityQueryable Methods

Include Protected Members
Include Inherited Members

[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.]

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

See Also

Reference

EntityQueryable Class

System.ServiceModel.DomainServices.Client Namespace