Click or drag to resize

WrapperTripleStoreAddFromUri Method (Uri, Boolean)

Adds a Graph to the store from a URI.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual bool AddFromUri(
	Uri graphUri,
	bool mergeIfExists
)

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