Click or drag to resize

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

Property Value

Type: IEnumerable<String>

Implements

ISparqlAlgebra.FloatingVariables
See Also