Click or drag to resize

SparqlUpdateCommandSet Constructor (IEnumerableSparqlUpdateCommand)

Creates a new Command Set with the given Commands.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SparqlUpdateCommandSet(
	IEnumerable<SparqlUpdateCommand> commands
)

Parameters

commands
Type: System.Collections.GenericIEnumerableSparqlUpdateCommand
Commands.
See Also