FullTextIndexedDatasetGetModifiableGraph Method |
Gets a modifiable graph from the store ensuring that modifications will update the Full Text Index.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax public override IGraph GetModifiableGraph(
Uri graphUri
)
Public Overrides Function GetModifiableGraph (
graphUri As Uri
) As IGraph
Parameters
- graphUri
- Type: SystemUri
Graph URI.
Return Value
Type:
IGraph[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.FullTextIndexedDataset.GetModifiableGraph(System.Uri)"]
Implements
ISparqlDatasetGetModifiableGraph(Uri)See Also