Click or drag to resize

SparqlSpecsHelperIsAggregateFunctionKeyword Method

Checks whether a given Keyword is a SPARQL Aggregate Function Keyword (only keywords for the SPARQL built-in aggregate functions).

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

Parameters

keyword
Type: SystemString
Keyword to check.

Return Value

Type: Boolean

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

See Also