Click or drag to resize

ISparqlAlgebraToGraphPattern Method

Converts the Algebra back to a Graph Pattern.

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

Return Value

Type: GraphPattern

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

Exceptions
ExceptionCondition
NotSupportedExceptionThrown if the given Algebra cannot be converted to a Graph Pattern.
See Also