SparqlUpdateCommandSet.Item Property |
Gets the Command at the given index.
Namespace:
VDS.RDF.Update
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic SparqlUpdateCommand this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As SparqlUpdateCommand
Get
Parameters
- index
- Type: System.Int32
Index.
Return Value
Type:
SparqlUpdateCommand
See Also