OrderByQueryOption Class

 

This defines a $orderby OData query option for querying.

Namespace:   System.Web.Http.OData.Query
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

System::Object
  System.Web.Http.OData.Query::OrderByQueryOption

public ref class OrderByQueryOption 

NameDescription
System_CAPS_pubmethodOrderByQueryOption(String^, ODataQueryContext^)

Initialize a new instance of OrderByQueryOption based on the raw $orderby value and an EdmModel from ODataQueryContext.

NameDescription
System_CAPS_pubpropertyContext

Gets the given ODataQueryContext.

System_CAPS_pubpropertyOrderByClause

Gets the parsed OrderByClause for this query option.

System_CAPS_pubpropertyOrderByNodes

Gets the mutable list of OrderByPropertyNode instances for this query option.

System_CAPS_pubpropertyRawValue

Gets the raw $orderby value.

System_CAPS_pubpropertyValidator

Gets or sets the OrderBy Query Validator.

NameDescription
System_CAPS_pubmethodApplyTo(IQueryable^)

Apply the $orderby query to the given IQueryable.

System_CAPS_pubmethodApplyTo(IQueryable^, ODataQuerySettings^)

Apply the $orderby query to the given IQueryable.

System_CAPS_pubmethodApplyTo<T>(IQueryable<T>^)

Apply the $orderby query to the given IQueryable.

System_CAPS_pubmethodApplyTo<T>(IQueryable<T>^, ODataQuerySettings^)

Apply the $orderby query to the given IQueryable.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate(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.

Return to top
Show: