Click or drag to resize

BaseDemandDatasetHasGraph Method

Sees if the underlying dataset has a graph and if not tries to load it on demand.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool HasGraph(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.BaseDemandDataset.HasGraph(System.Uri)"]

Implements

ISparqlDatasetHasGraph(Uri)
See Also