ISparqlQueryProcessorProcessQuery Method (SparqlQuery) |
Processes a SPARQL Query returning a
IGraph instance or a
SparqlResultSet depending on the type of the query.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax Object ProcessQuery(
SparqlQuery query
)
Function ProcessQuery (
query As SparqlQuery
) As Object
Parameters
- query
- Type: VDS.RDF.QuerySparqlQuery
SPARQL Query.
Return Value
Type:
Object
Either an
IGraph instance of a
SparqlResultSet depending on the type of the query.
See Also