Click or drag to resize

SparqlQueryEvaluate Method

Overload List
  NameDescription
Public methodEvaluate(IInMemoryQueryableStore) Obsolete.
Evaluates the SPARQL Query against the given Triple Store.
Public methodEvaluate(ISparqlDataset) Obsolete.
Evaluates the SPARQL Query against the given Dataset.
Public methodEvaluate(IRdfHandler, ISparqlResultsHandler, IInMemoryQueryableStore) Obsolete.
Evaluates the SPARQL Query against the given Triple Store processing the results with the appropriate handler from those provided.
Public methodEvaluate(IRdfHandler, ISparqlResultsHandler, ISparqlDataset) Obsolete.
Evaluates the SPARQL Query against the given Dataset processing the results with an appropriate handler form those provided.
Top
See Also