Click or drag to resize

BaseGroupByProjectableVariables Property

Gets the Projectable Variables used in the GROUP BY i.e. Variables that are grouped upon and Assigned Variables.

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

Property Value

Type: IEnumerableString

Implements

ISparqlGroupByProjectableVariables
See Also