Click or drag to resize

FullTextFunctionFactoryAvailableExtensionFunctions 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: IEnumerableUri

Implements

ISparqlCustomExpressionFactoryAvailableExtensionFunctions
See Also