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; }
Public ReadOnly Default Property Item (
index As Integer
) As SparqlUpdateCommand
Get
Parameters
- index
- Type: SystemInt32
Index.
Return Value
Type:
SparqlUpdateCommandSee Also