Click or drag to resize

BaseTriplePattern.Variables 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: List<String>

Implements

ITriplePattern.Variables
Remarks
These are sorted in alphabetical order.
See Also