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(
	SparqlQueryContext sparqlQueryContext
)
Visual Basic
Function ExecuteSparql ( 
	sparqlQueryContext As SparqlQueryContext
) As SparqlResult
Visual C++
SparqlResult^ ExecuteSparql(
	SparqlQueryContext^ sparqlQueryContext
)
F#
abstract ExecuteSparql : 
        sparqlQueryContext : SparqlQueryContext -> SparqlResult 

Parameters

sparqlQueryContext
Type: BrightstarDB.EntityFramework.Query..::..SparqlQueryContext
The SPARQL query to execute

Return Value

Type: SparqlResult
The query result object

See Also