Click or drag to resize

WrapperGraphCollectionAdd Method

Adds a Graph to the collection.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override bool Add(
	IGraph g,
	bool mergeIfExists
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
mergeIfExists
Type: SystemBoolean
Whether to merge into an existing Graph with the same URI.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.WrapperGraphCollection.Add(VDS.RDF.IGraph,System.Boolean)"]

See Also