다음을 통해 공유


ODataValidationSettings.AllowedQueryOptions 속성

정의

쿼리 내부에 허용되는 쿼리 매개 변수를 가져오거나 설정합니다. 기본값은 $filter, $skip, $top, $orderby, $expand, $select, $count, $format, $skiptoken 및 $deltatoken 포함한 모든 쿼리 옵션입니다.

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

속성 값

적용 대상