Click or drag to resize

SingleValueRestrictionFilterEvaluate Method

Applies the Filter over the results of evaluating the inner pattern.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override sealed 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.SingleValueRestrictionFilter.Evaluate(VDS.RDF.Query.SparqlEvaluationContext)"]

Implements

ISparqlAlgebraEvaluate(SparqlEvaluationContext)
See Also