Click or drag to resize

BaseDatasetSetDefaultGraph Method (IEnumerableUri)

Sets the Default Graph.

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

Parameters

graphUris
Type: System.Collections.GenericIEnumerableUri
Graph URIs.

Implements

ISparqlDatasetSetDefaultGraph(IEnumerableUri)
See Also