Click or drag to resize

ITriplePatternFixedVariables Property

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

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

Property Value

Type: IEnumerableString
See Also