Click or drag to resize

ITripleStoreHasGraph Method

Checks whether the Graph with the given Uri is in this Triple Store.

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

Parameters

graphUri
Type: SystemUri
Graph Uri.

Return Value

Type: Boolean

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

See Also