Click or drag to resize

QueryServiceQuery Method

Overload List
  NameDescription
Public methodQuery(String)
Makes a SPARQL Query against the Knowledge Base.
Public methodQuery(IRdfHandler, ISparqlResultsHandler, String)
Processes a SPARQL Query against the Knowledge Base passing the results to the RDF or Results handler as appropriate.
Public methodQuery(String, GraphCallback, SparqlResultsCallback, Object)
Makes a SPARQL Query against the Knowledge Base.
Public methodQuery(IRdfHandler, ISparqlResultsHandler, String, QueryCallback, Object)
Processes a SPARQL Query against the Knowledge Base passing the results to the RDF or Results handler as appropriate.
Top
See Also