Click or drag to resize

GroupByExpressionVariables 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: IEnumerableString

Implements

ISparqlGroupByVariables
See Also