Click or drag to resize

GraphEvaluate Method

Evaluates the Graph Clause by setting up the dataset, applying the pattern and then generating additional bindings if necessary.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseMultiset Evaluate(
	SparqlEvaluationContext context
)

Parameters

context
Type: VDS.RDF.QuerySparqlEvaluationContext
Evaluation Context.

Return Value

Type: BaseMultiset

[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.Graph.Evaluate(VDS.RDF.Query.SparqlEvaluationContext)"]

Implements

ISparqlAlgebraEvaluate(SparqlEvaluationContext)
See Also