Click or drag to resize

BaseSesameHttpProtocolConnectorQuery Method (String)

Makes a SPARQL Query against the underlying Store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual Object Query(
	string sparqlQuery
)

Parameters

sparqlQuery
Type: SystemString
SPARQL Query.

Return Value

Type: Object

[Missing <returns> documentation for "M:VDS.RDF.Storage.BaseSesameHttpProtocolConnector.Query(System.String)"]

Implements

IQueryableStorageQuery(String)
See Also