Click or drag to resize

LeviathanFunctionFactory.AvailableExtensionAggregates Property

Gets the Extension Aggregate URIs supported by this Factory.

Namespace:  VDS.RDF.Query.Expressions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<Uri> AvailableExtensionAggregates { get; }

Property Value

Type: IEnumerable<Uri>

Implements

ISparqlCustomExpressionFactory.AvailableExtensionAggregates
See Also