Click or drag to resize

GraphPersistenceWrapperDifference Method

Computes the Difference between this Graph the given Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public GraphDiffReport Difference(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Graph.

Return Value

Type: GraphDiffReport

[Missing <returns> documentation for "M:VDS.RDF.GraphPersistenceWrapper.Difference(VDS.RDF.IGraph)"]

Implements

IGraphDifference(IGraph)
Remarks

Produces a report which shows the changes that must be made to this Graph to produce the given Graph.

See Also