Click or drag to resize

WrapperDataset.SetDefaultGraph Method (IEnumerable<Uri>)

Sets the Default Graph for the dataset.

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

Parameters

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

Implements

ISparqlDataset.SetDefaultGraph(IEnumerable<Uri>)
See Also