Click or drag to resize

BaseSesameHttpProtocolConnectorQuery Method (IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object)

Makes a SPARQL Query against the underlying store processing the resulting Graph/Result Set with a handler of your choice.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Query(
	IRdfHandler rdfHandler,
	ISparqlResultsHandler resultsHandler,
	string sparqlQuery,
	AsyncStorageCallback callback,
	Object state
)

Parameters

rdfHandler
Type: VDS.RDFIRdfHandler
RDF Handler.
resultsHandler
Type: VDS.RDFISparqlResultsHandler
SPARQL Results Handler.
sparqlQuery
Type: SystemString
SPARQL Query.
callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callbakc.
state
Type: SystemObject
State to pass to the callback.

Implements

IAsyncQueryableStorageQuery(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object)
See Also