ISparqlGroupByProjectableVariables 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: 
SyntaxIEnumerable<string> ProjectableVariables { get; }ReadOnly Property ProjectableVariables As IEnumerable(Of String)
	Get
Property Value
Type: 
IEnumerableString
See Also