Click or drag to resize

BindPattern.FloatingVariables Property

Returns the variable being assigned to as any evaluation error will result in an unbound value so we can't guarantee it is 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