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()
Public Function ToAlgebra As ISparqlAlgebra
Return Value
Type:
ISparqlAlgebra[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlQuery.ToAlgebra"]
See Also