Click or drag to resize

BaseStardogConnectorQuery Method (String, Boolean)

Makes a SPARQL Query against the underlying Store using whatever reasoning mode is currently in-use, the reasoning can be set by query.

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

Parameters

sparqlQuery
Type: SystemString
Sparql Query.
reasoning
Type: SystemBoolean

[Missing <param name="reasoning"/> documentation for "M:VDS.RDF.Storage.BaseStardogConnector.Query(System.String,System.Boolean)"]

Return Value

Type: Object

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

Implements

IReasoningQueryableStorageQuery(String, Boolean)
See Also