Click or drag to resize

SparqlSpecsHelperIsQueryKeyword Method

Checks whether a given Keyword is a SPARQL Query Keyword.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsQueryKeyword(
	string keyword
)

Parameters

keyword
Type: SystemString
Keyword to check.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlSpecsHelper.IsQueryKeyword(System.String)"]

See Also