Click or drag to resize

QueryableGraphExecuteQuery Method

Overload List
  NameDescription
Public methodExecuteQuery(String)
Executes a SPARQL Query on the Graph.
Public methodExecuteQuery(SparqlQuery)
Executes a SPARQL Query on the Graph.
Public methodExecuteQuery(IRdfHandler, ISparqlResultsHandler, String)
Executes a SPARQL Query on the Graph handling the results with the given handlers.
Public methodExecuteQuery(IRdfHandler, ISparqlResultsHandler, SparqlQuery)
Executes a SPARQL Query on the Graph handling the results with the given handlers.
Top
See Also