WrapperTripleStoreAddFromUri Method (Uri, Boolean) | 
 
            Adds a Graph to the store from a URI.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic virtual bool AddFromUri(
	Uri graphUri,
	bool mergeIfExists
)
Public Overridable Function AddFromUri ( 
	graphUri As Uri,
	mergeIfExists As Boolean
) As Boolean
Parameters
- graphUri
 - Type: SystemUri
Graph URI. - mergeIfExists
 - Type: SystemBoolean
Whether to merge with an existing graph with the same URI. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.WrapperTripleStore.AddFromUri(System.Uri,System.Boolean)"]
Implements
ITripleStoreAddFromUri(Uri, Boolean)
See Also