Click or drag to resize

FullTextQuery.FloatingVariables Property

Gets the enumeration of floating variables in the algebra i.e. variables that are not guaranteed to have a bound value.

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

Property Value

Type: IEnumerable<String>

Implements

ISparqlAlgebra.FloatingVariables
See Also