BaseModificationCommand.UsingNamedUris Property |
Gets the URIs specified in USING NAMED clauses.
Namespace:
VDS.RDF.Update.Commands
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic IEnumerable<Uri> UsingNamedUris { get; }
Public ReadOnly Property UsingNamedUris As IEnumerable(Of Uri)
Get
Property Value
Type:
IEnumerable<Uri>
See Also