Click or drag to resize

ISparqlAlgebraToQuery Method

Converts the Algebra back to a SPARQL Query.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
SparqlQuery ToQuery()

Return Value

Type: SparqlQuery

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

Exceptions
ExceptionCondition
NotSupportedExceptionThrown if the given Algebra cannot be converted to a SPARQL Query.
See Also