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: 
Syntaxpublic override bool RemoveGraph(
	Uri graphUri
)
Public Overrides Function RemoveGraph ( 
	graphUri As Uri
) As Boolean
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