Click or drag to resize

GroupByToGraphPattern Method

Throws an exception since GroupBy() cannot be converted to a Graph Pattern.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public GraphPattern ToGraphPattern()

Return Value

Type: GraphPattern

[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.GroupBy.ToGraphPattern"]

Implements

ISparqlAlgebraToGraphPattern
Exceptions
ExceptionCondition
NotSupportedExceptionThrown since GroupBy() cannot be converted to a GraphPattern.
See Also