SparqlQueryNamedGraphs Property |
Gets the Named Graph URIs for the Query.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<Uri> NamedGraphs { get; }
Public ReadOnly Property NamedGraphs As IEnumerable(Of Uri)
Get
Property Value
Type:
IEnumerableUriSee Also