Click or drag to resize

FullTextMatchPropertyFunction.Variables Property

Gets the Variables used in the property function.

Namespace:  VDS.RDF.Query.PropertyFunctions
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public IEnumerable<string> Variables { get; }

Property Value

Type: IEnumerable<String>

Implements

ISparqlPropertyFunction.Variables
See Also