Click or drag to resize

ISparqlDatasetSetDefaultGraph Method (IEnumerableUri)

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.GenericIEnumerableUri
Graph URIs.
See Also