Executes a SPARQL query against the underlying Brightstar store.

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
SparqlResult ExecuteSparql(
	string sparqlQuery
)
Visual Basic
Function ExecuteSparql ( 
	sparqlQuery As String
) As SparqlResult
Visual C++
SparqlResult^ ExecuteSparql(
	String^ sparqlQuery
)
F#
abstract ExecuteSparql : 
        sparqlQuery : string -> SparqlResult 

Parameters

sparqlQuery
Type: System..::..String
The SPARQL query to execute

Return Value

Type: SparqlResult
The query result object

See Also