Click or drag to resize

BaseTriplePatternHasNoBlankVariables Property

Gets whether the Pattern has no blank variables.

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

Property Value

Type: Boolean

Implements

ITriplePatternHasNoBlankVariables
See Also