Click or drag to resize

BaseDataset.SetDefaultGraph Method (IEnumerable<Uri>)

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.Generic.IEnumerable<Uri>
Graph URIs.

Implements

ISparqlDataset.SetDefaultGraph(IEnumerable<Uri>)
See Also