Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public bool IsSupportedQueryOption(
string queryOptionName
)
public:
bool IsSupportedQueryOption(
String^ queryOptionName
)
member IsSupportedQueryOption :
queryOptionName:string -> bool
Public Function IsSupportedQueryOption (
queryOptionName As String
) As Boolean
Parameters
queryOptionName
Type: System.StringThe name of the query option.
Return Value
Type: System.Boolean
Returns true if the query option is the supported query option.
See Also
ODataQueryOptions Class
System.Web.OData.Query Namespace
Return to top