Click or drag to resize

DatasetGraphCollectionContains Method

Gets whether the Collection contains a Graph with the given URI.

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

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: Boolean

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

See Also