ODataQueryOptions.IsSupportedQueryOption Method (String)
Check if the given query option is the supported query option.
Namespace: System.Web.OData.Query
Assembly: System.Web.OData (in System.Web.OData.dll)
public bool IsSupportedQueryOption(
string queryOptionName
)
public:
bool IsSupportedQueryOption(
String^ queryOptionName
)
member IsSupportedQueryOption :
queryOptionName:string -> bool
Public Function IsSupportedQueryOption (
queryOptionName As String
) As Boolean
queryOptionName
Type: System.StringThe name of the query option.
Type: System.Boolean
Returns true if the query option is the supported query option.
ODataQueryOptions Class
System.Web.OData.Query Namespace
Return to top