Click or drag to resize

GenericUpdateProcessor.ProcessInsertCommand Method

Processes an INSERT command.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void ProcessInsertCommand(
	InsertCommand cmd
)

Parameters

cmd
Type: VDS.RDF.Update.Commands.InsertCommand
Insert Command.

Implements

ISparqlUpdateProcessor.ProcessInsertCommand(InsertCommand)
Remarks

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

See Also