Click or drag to resize

PropertyFunctionPatternFloatingVariables Property

Returns all variables mentioned in the property function as we can't guarantee they are bound.

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