Click or drag to resize

BaseGroupBy.Variables Property

Gets the Variables involved in this Group By.

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

Property Value

Type: IEnumerable<String>

Implements

ISparqlGroupBy.Variables
See Also