Click or drag to resize

FullTextIndexedDatasetRemoveGraph Method

Removes a Graph from the Dataset updating the Full Text Index appropriately.

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

Parameters

graphUri
Type: SystemUri
URI of the Graph to remove.

Return Value

Type: Boolean

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

Implements

ISparqlDatasetRemoveGraph(Uri)
See Also