ODataQueryOptions.IsSystemQueryOption Method (String)
Check if the given query option is an OData system query option.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public static bool IsSystemQueryOption(
string queryOptionName
)
public:
static bool IsSystemQueryOption(
String^ queryOptionName
)
static member IsSystemQueryOption :
queryOptionName:string -> bool
Public Shared Function IsSystemQueryOption (
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 an OData system query option.
See Also
ODataQueryOptions Class
System.Web.Http.OData.Query Namespace
Return to top