Click or drag to resize

BasePathOperatorFixedVariables Property

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

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

Property Value

Type: IEnumerableString

Implements

ISparqlAlgebraFixedVariables
See Also