Click or drag to resize

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

Implements

ISparqlAlgebraFloatingVariables
See Also