Click or drag to resize

ISparqlDataset.SetActiveGraph Method (IEnumerable<Uri>)

Sets the Active Graph to be the merge of the Graphs with the given URIs.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
void SetActiveGraph(
	IEnumerable<Uri> graphUris
)

Parameters

graphUris
Type: System.Collections.Generic.IEnumerable<Uri>
Graph URIs.
See Also