Click or drag to resize

SubQueryPattern.HasNoBlankVariables Property

Returns true as while a sub-query may contain blank node variables they will not be in scope here.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool HasNoBlankVariables { get; }

Property Value

Type: Boolean

Implements

ITriplePattern.HasNoBlankVariables
ITriplePattern.HasNoBlankVariables
See Also