Click or drag to resize

InMemoryQuadDataset.Graphs Property

Gets all the Graphs in the Dataset.

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

Property Value

Type: IEnumerable<IGraph>

Implements

ISparqlDataset.Graphs
ISparqlDataset.Graphs
See Also