Overload List

  NameDescription
Public methodExecuteQuery(String)
Method invoked to execute a SPARQL query against the underlying store
(Overrides EntityContext..::..ExecuteQuery(String).)
Public methodExecuteQuery<(Of <<'(T>)>>)(SparqlLinqQueryContext)
Executes a SPARQL query against the underlying store and binds the results to domain context objects
(Overrides EntityContext..::..ExecuteQuery<(Of <<'(T>)>>)(SparqlLinqQueryContext).)
Public methodExecuteQuery<(Of <<'(T>)>>)(SparqlQueryContext)
Executes a SPARQL query against the underlying store and binds the results to domain context objects
Public methodExecuteQuery<(Of <<'(T>)>>)(String, List<(Of <<'(Tuple<(Of <<'(String, String>)>>)>)>>))
Executes a SPARQL query against the underlying store and binds the results to domain context objects

See Also