Executes a SPARQL query against the underlying Brightstar store.
            
Namespace: BrightstarDB.ClientAssembly: 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: 
SparqlResultThe query result object
See Also