Click or drag to resize

WrapperDatasetHasGraph Method

Gets whether the dataset contains a given Graph.

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

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: Boolean

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

Implements

ISparqlDatasetHasGraph(Uri)
See Also