Click or drag to resize

ISparqlDataset.SetDefaultGraph Method (IEnumerable<Uri>)

Sets the Default 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 SetDefaultGraph(
	IEnumerable<Uri> graphUris
)

Parameters

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