Click or drag to resize

SparqlSpecsHelperIsAggregateKeyword Method

Checks whether a given Keyword is a SPARQL Aggregate Keyword (includes keywords related to aggregates like DISTINCT, AS and Leviathan extension aggregate keywords).

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

Parameters

keyword
Type: SystemString
Keyword to check.

Return Value

Type: Boolean

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

See Also