Click or drag to resize

SparqlUpdateCommandSet Constructor (SparqlUpdateCommand)

Creates a new Command Set containing the given Command.

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

Parameters

command
Type: VDS.RDF.UpdateSparqlUpdateCommand
Command.
See Also