Click or drag to resize

ISparqlDatasetGraphs Property

Gets all the Graphs in the Dataset.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
IEnumerable<IGraph> Graphs { get; }

Property Value

Type: IEnumerableIGraph
See Also