Click or drag to resize

SparqlResultSetItem Property

Index directly into the Results.

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

Parameters

index
Type: SystemInt32
Index of the Result you wish to retrieve.

Return Value

Type: SparqlResult
See Also