dotNetRDF API Documentation

IGraph.Merge(IGraph) Method

Merges the given Graph into this Graph

void Merge(
   IGraph g
);

Parameters

g
Graph to merge

Remarks

The Graph should raise the MergeRequested event at the start of the Merge operation and abort the operation if the operation is cancelled by an event handler. On completing the Merge the Merged event should be raised.

See Also

IGraph Interface | VDS.RDF Namespace | IGraph.Merge Overload List