Click or drag to resize

PropertyFunctionPattern.FloatingVariables 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: IEnumerable<String>

Implements

ITriplePattern.FloatingVariables
ITriplePattern.FloatingVariables
See Also