Click or drag to resize

ISparqlUpdateProcessorProcessDeleteDataCommand Method

Processes a DELETE DATA command.

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

Parameters

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