Click or drag to resize

BaseTriplePatternFloatingVariables Property

Gets the enumeration of floating variables in the pattern 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 abstract IEnumerable<string> FloatingVariables { get; }

Property Value

Type: IEnumerableString

Implements

ITriplePatternFloatingVariables
See Also