FullTextIndexedDatasetAddGraph Method  | 
 
            Adds a Graph to 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 AddGraph(
	IGraph g
)
Public Overrides Function AddGraph ( 
	g As IGraph
) As Boolean
Parameters
- g
 - Type: VDS.RDFIGraph
Graph to add. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.FullTextIndexedDataset.AddGraph(VDS.RDF.IGraph)"]
Implements
ISparqlDatasetAddGraph(IGraph)
See Also