Click or drag to resize

SparqlRemoteEndpointQueryWithResultSet Method

Overload List
  NameDescription
Public methodQueryWithResultSet(String)
Makes a Query where the expected Result is a SparqlResultSet i.e. SELECT and ASK Queries.
Public methodQueryWithResultSet(ISparqlResultsHandler, String)
Makes a Query where the expected Result is a SparqlResultSet i.e. SELECT and ASK Queries.
Public methodQueryWithResultSet(String, SparqlResultsCallback, Object)
Makes a Query asynchronously where the expected Result is a SparqlResultSet i.e. SELECT and ASK Queries.
Public methodQueryWithResultSet(ISparqlResultsHandler, String, QueryCallback, Object)
Makes a Query asynchronously where the expected Result is a SparqlResultSet i.e. SELECT and ASK Queries.
Top
See Also