Click or drag to resize

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

Property Value

Type: IEnumerable<String>

Implements

ITriplePattern.FixedVariables
ITriplePattern.FixedVariables
See Also