Click or drag to resize

BaseSesameHttpProtocolConnectorQuery Method (String, AsyncStorageCallback, Object)

Makes a SPARQL Query against the underlying store.

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

Parameters

sparqlQuery
Type: SystemString
SPARQL Query.
callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callback.
state
Type: SystemObject
State to pass to the callback.

Return Value

Type: 
SparqlResultSet or a Graph depending on the Sparql Query.

Implements

IAsyncQueryableStorageQuery(String, AsyncStorageCallback, Object)
See Also