다음을 통해 공유


ODataQueryOptions.IsSupportedQueryOption(String) 메서드

정의

지정된 쿼리 옵션이 지원되는 쿼리 옵션인지 확인합니다.

public bool IsSupportedQueryOption (string queryOptionName);
member this.IsSupportedQueryOption : string -> bool
Public Function IsSupportedQueryOption (queryOptionName As String) As Boolean

매개 변수

queryOptionName
String

쿼리 옵션의 이름입니다.

반환

쿼리 옵션이 지원되는 쿼리 옵션인 경우 를 반환 true 합니다.

적용 대상