Click or drag to resize

FourStoreConnectorQuery Method (String, AsyncStorageCallback, Object)

Queries the store asynchronously.

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.

Implements

IAsyncQueryableStorageQuery(String, AsyncStorageCallback, Object)
See Also