Click or drag to resize

BaseTriplePatternVariables Property

Gets the List of Variables used in the Pattern.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public List<string> Variables { get; }

Property Value

Type: ListString

Implements

ITriplePatternVariables
Remarks
These are sorted in alphabetical order.
See Also