Click or drag to resize

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

Property Value

Type: IEnumerableString

Implements

ITriplePatternFloatingVariables
ITriplePatternFloatingVariables
See Also