Click or drag to resize

SparqlQueryEvaluate Method (ISparqlDataset)

Note: This API is now obsolete.

Evaluates the SPARQL Query against the given Dataset.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
[ObsoleteAttribute("This method is considered obsolete, you should create an ISparqlQueryProcessor instance and invoke the ProcessQuery() method instead", 
	true)]
public Object Evaluate(
	ISparqlDataset dataset
)

Parameters

dataset
Type: VDS.RDF.Query.DatasetsISparqlDataset
Dataset.

Return Value

Type: Object
Either a SparqlResultSet or a IGraph depending on the type of query executed.
See Also