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