Click or drag to resize

LeviathanUpdateProcessorProcessDropCommandInternal Method

Processes a DROP command.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual void ProcessDropCommandInternal(
	DropCommand cmd,
	SparqlUpdateEvaluationContext context
)

Parameters

cmd
Type: VDS.RDF.Update.CommandsDropCommand
Drop Command.
context
Type: VDS.RDF.UpdateSparqlUpdateEvaluationContext
SPARQL Update Evaluation Context.
See Also