다음을 통해 공유


EnableQueryAttribute.AllowedQueryOptions 속성

정의

쿼리에 허용되는 쿼리 매개 변수를 가져오거나 설정합니다.

public Microsoft.AspNet.OData.Query.AllowedQueryOptions AllowedQueryOptions { get; set; }
member this.AllowedQueryOptions : Microsoft.AspNet.OData.Query.AllowedQueryOptions with get, set
Public Property AllowedQueryOptions As AllowedQueryOptions

속성 값

기본값에는 $filter, $skip, $top, $orderby, $expand, $select, $count, $format, $skiptoken 및 $deltatoken 모든 쿼리 옵션이 포함됩니다.

적용 대상