Click or drag to resize

ISparqlUpdateProcessorProcessDeleteCommand Method

Processes a DELETE command.

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

Parameters

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