Click or drag to resize

SparqlUpdateCommandSetItem Property

Gets the Command at the given index.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SparqlUpdateCommand this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index.

Return Value

Type: SparqlUpdateCommand
See Also