Click or drag to resize

GenericUpdateProcessorProcessDeleteCommand 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.CommandsDeleteCommand
Delete Command.

Implements

ISparqlUpdateProcessorProcessDeleteCommand(DeleteCommand)
Remarks

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

See Also