ODataQueryOptions.IsSupportedQueryOption(String) Method

Definition

Check if the given query option is the supported query option.

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

Parameters

queryOptionName
String

The name of the query option.

Returns

Returns true if the query option is the supported query option.

Applies to