Click or drag to resize

AskEvaluate Method

Evaluates the ASK by turning the Results of evaluating the Inner Pattern to either an Identity/Null Multiset depending on whether there were any Results.

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.Ask.Evaluate(VDS.RDF.Query.SparqlEvaluationContext)"]

Implements

ISparqlAlgebraEvaluate(SparqlEvaluationContext)
See Also