Click or drag to resize

WrapperDataset.ActiveGraphUris Property

Gets the Active Graph URIs.

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

Property Value

Type: IEnumerable<Uri>

Implements

ISparqlDataset.ActiveGraphUris
See Also