Click or drag to resize

InMemoryDatasetGraphUris 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: IEnumerableUri

Implements

ISparqlDatasetGraphUris
ISparqlDatasetGraphUris
See Also