Click or drag to resize

ISparqlUpdateProcessor.ProcessInsertDataCommand Method

Processes an INSERT DATA command.

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

Parameters

cmd
Type: VDS.RDF.Update.Commands.InsertDataCommand
Insert Data Command.
See Also