Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

QueryExtensions Class

.NET Framework (current version)
 

Provides an extension method for objects that implement the IQueryable<T> interface.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

System.Object
  System.Web.UI.WebControls.QueryExtensions

public static class QueryExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticSortBy<T>(IQueryable<T>, String)

Specifies a sort order.

.NET Framework
Available since 4.5

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

Return to top
Show: