Click or drag to resize

SparqlUpdateCommand Constructor

Creates a new SPARQL Update Command.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SparqlUpdateCommand(
	SparqlUpdateCommandType type
)

Parameters

type
Type: VDS.RDF.UpdateSparqlUpdateCommandType
Command Type.
See Also