Click or drag to resize

InMemoryQuadDataset.GraphUris Property

Gets all the URIs of Graphs in the Dataset.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override IEnumerable<Uri> GraphUris { get; }

Property Value

Type: IEnumerable<Uri>

Implements

ISparqlDataset.GraphUris
ISparqlDataset.GraphUris
See Also