Click or drag to resize

GenericUpdateProcessor.ProcessDeleteCommand 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.Commands.DeleteCommand
Delete Command.

Implements

ISparqlUpdateProcessor.ProcessDeleteCommand(DeleteCommand)
Remarks

Note: The underlying manager must implement the IQueryableStorage interface in order for DELETE commands to be processed.

See Also