Click or drag to resize

RemoteUpdateProcessorProcessInsertCommand 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.CommandsInsertCommand
Insert Command.

Implements

ISparqlUpdateProcessorProcessInsertCommand(InsertCommand)
See Also