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: 
Syntaxpublic static bool IsAggregateFunctionKeyword(
	string keyword
)
Public Shared Function IsAggregateFunctionKeyword ( 
	keyword As String
) As Boolean
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