Click or drag to resize

ISparqlDataset.ActiveGraphUris Property

Gets the enumeration of the Graph URIs that currently make up the active graph.

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

Property Value

Type: IEnumerable<Uri>
See Also