Click or drag to resize

SparqlQueryToAlgebra Method

Converts the Query into it's SPARQL Algebra representation (as represented in the Leviathan API).

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ISparqlAlgebra ToAlgebra()

Return Value

Type: ISparqlAlgebra

[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlQuery.ToAlgebra"]

See Also