Click or drag to resize

LoadCommandEvaluate Method

Evaluates the Command in the given Context.

Namespace:  VDS.RDF.Update.Commands
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override void Evaluate(
	SparqlUpdateEvaluationContext context
)

Parameters

context
Type: VDS.RDF.UpdateSparqlUpdateEvaluationContext
Evaluation Context.
See Also