Click or drag to resize

TableFloatingVariables 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 (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<string> FloatingVariables { get; }

Property Value

Type: IEnumerableString

Implements

ISparqlAlgebraFloatingVariables
See Also