Click or drag to resize

ISparqlUpdateProcessor.ProcessDeleteDataCommand 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.Commands.DeleteDataCommand
DELETE Data Command.
See Also