SparqlResultSetItem Property |
Index directly into the Results.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public SparqlResult this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As SparqlResult
Get
Parameters
- index
- Type: SystemInt32
Index of the Result you wish to retrieve.
Return Value
Type:
SparqlResultSee Also