Click or drag to resize

ISparqlUpdateProcessorProcessInsertDataCommand 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.CommandsInsertDataCommand
Insert Data Command.
See Also