Click or drag to resize

ISparqlDataset.Graphs 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: IEnumerable<IGraph>
See Also