BaseTripleStoreAddFromUri Method (Uri, Boolean) |
Adds a Graph into the Triple Store which is retrieved from the given Uri using the chosen Merging Behaviour.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual bool AddFromUri(
Uri graphUri,
bool mergeIfExists
)
Public Overridable Function AddFromUri (
graphUri As Uri,
mergeIfExists As Boolean
) As Boolean
Parameters
- graphUri
- Type: SystemUri
Graph to add. - mergeIfExists
- Type: SystemBoolean
Whether the Graph should be merged with an existing Graph with the same Base Uri.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.BaseTripleStore.AddFromUri(System.Uri,System.Boolean)"]
Implements
ITripleStoreAddFromUri(Uri, Boolean)Remarks Important: Under Silverlight/Windows Phone 7 this will happen asynchronously so the Graph may not be immediatedly available in the store.
See Also