Click or drag to resize

GenericUpdateProcessorProcessDeleteDataCommand Method

Processes a DELETE DATA command.

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

Parameters

cmd
Type: VDS.RDF.Update.CommandsDeleteDataCommand
DELETE Data Command.

Implements

ISparqlUpdateProcessorProcessDeleteDataCommand(DeleteDataCommand)
See Also