WrapperTripleStoreAdd Method (IGraph) | 
 
            Adds a Graph to the store.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic virtual bool Add(
	IGraph g
)
Public Overridable Function Add ( 
	g As IGraph
) As Boolean
Parameters
- g
 - Type: VDS.RDFIGraph
Graph. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.WrapperTripleStore.Add(VDS.RDF.IGraph)"]
Implements
ITripleStoreAdd(IGraph)
See Also