ODataQueryOptions.IsSupportedQueryOption(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.