Click or drag to resize

WrapperDataset.Graphs Property

Gets the Graphs in the dataset.

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

Property Value

Type: IEnumerable<IGraph>

Implements

ISparqlDataset.Graphs
See Also