Click or drag to resize

FullTextFunctionFactory.AvailableExtensionFunctions Property

Gets the URIs of available extension functions.

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

Property Value

Type: IEnumerable<Uri>

Implements

ISparqlCustomExpressionFactory.AvailableExtensionFunctions
See Also