Click or drag to resize

TripleStoreExecuteQuery Method

Overload List
  NameDescription
Public methodExecuteQuery(String) Obsolete.
Executes a SPARQL Query on the Triple Store.
Public methodExecuteQuery(SparqlQuery) Obsolete.
Executes a SPARQL Query on the Triple Store.
Public methodExecuteQuery(IRdfHandler, ISparqlResultsHandler, String) Obsolete.
Executes a SPARQL Query on the Triple Store processing the results with an appropriate handler from those provided.
Public methodExecuteQuery(IRdfHandler, ISparqlResultsHandler, SparqlQuery) Obsolete.
Executes a SPARQL Query on the Triple Store processing the results with an appropriate handler from those provided.
Top
See Also