Click or drag to resize

SparqlUpdateCommandSet Constructor (IEnumerable<SparqlUpdateCommand>)

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.Generic.IEnumerable<SparqlUpdateCommand>
Commands.
See Also