다음을 통해 공유


OrderByQueryOption 클래스

정의

쿼리를 위한 $orderby OData 쿼리 옵션을 정의합니다.

public class OrderByQueryOption
type OrderByQueryOption = class
Public Class OrderByQueryOption
상속
OrderByQueryOption

생성자

OrderByQueryOption(String, ODataQueryContext, ODataQueryOptionParser)

에서 원시 $orderby 값 및 EdmModelODataQueryContext을 기반으로 의 OrderByQueryOption 새 인스턴스를 초기화합니다.

속성

Context

지정된 ODataQueryContext를 가져옵니다.

OrderByClause

이 쿼리 옵션에 대한 구문 분석을 OrderByClause 가져옵니다.

OrderByNodes

이 쿼리 옵션에 OrderByPropertyNode 대한 변경 가능한 인스턴스 목록을 가져옵니다.

RawValue

원시 $orderby 값을 가져옵니다.

Validator

OrderBy 쿼리 검사기를 가져오거나 설정합니다.

메서드

ApplyTo(IQueryable, ODataQuerySettings)

지정된 IQueryable에 $orderby 쿼리를 적용합니다.

ApplyTo(IQueryable)

지정된 IQueryable에 $orderby 쿼리를 적용합니다.

ApplyTo<T>(IQueryable<T>, ODataQuerySettings)

지정된 IQueryable에 $orderby 쿼리를 적용합니다.

ApplyTo<T>(IQueryable<T>)

지정된 IQueryable에 $orderby 쿼리를 적용합니다.

Validate(ODataValidationSettings)

지정된 validationSettings에 따라 orderby 쿼리의 유효성을 검사합니다. 유효성 검사에 실패하면 ODataException이 발생합니다.

적용 대상