Click or drag to resize

FullTextMatchPropertyFunctionVariables 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: IEnumerableString

Implements

ISparqlPropertyFunctionVariables
See Also