Click or drag to resize

GroupByExpression.Variables Property

Gets the Fixed Variables used in the Grouping.

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

Property Value

Type: IEnumerable<String>

Implements

ISparqlGroupBy.Variables
See Also