OrderByQueryOption Class
This defines a $orderby OData query option for querying.
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | OrderByQueryOption(String^, ODataQueryContext^, ODataQueryOptionParser^) | Initialize a new instance of OrderByQueryOption based on the raw $orderby value and an EdmModel from ODataQueryContext. |
| Name | Description | |
|---|---|---|
![]() | Context | Gets the given ODataQueryContext. |
![]() | OrderByClause | Gets the parsed OrderByClause for this query option. |
![]() | OrderByNodes | Gets the mutable list of OrderByPropertyNode instances for this query option. |
![]() | RawValue | Gets the raw $orderby value. |
![]() | Validator | Gets or sets the OrderBy Query Validator. |
| Name | Description | |
|---|---|---|
![]() | ApplyTo(IQueryable^) | Apply the $orderby query to the given IQueryable. |
![]() | ApplyTo(IQueryable^, ODataQuerySettings^) | Apply the $orderby query to the given IQueryable. |
![]() | ApplyTo<T>(IQueryable<T>^) | Apply the $orderby query to the given IQueryable. |
![]() | ApplyTo<T>(IQueryable<T>^, ODataQuerySettings^) | Apply the $orderby query to the given IQueryable. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate(ODataValidationSettings^) | Validate the orderby query based on the given validationSettings. It throws an ODataException if validation failed. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


