Click or drag to resize

SimpleUpdateProcessorProcessDeleteCommand Method

Processes a DELETE command.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void ProcessDeleteCommand(
	DeleteCommand cmd
)

Parameters

cmd
Type: VDS.RDF.Update.CommandsDeleteCommand
Delete Command.

Implements

ISparqlUpdateProcessorProcessDeleteCommand(DeleteCommand)
See Also