dotNetRDF API Documentation

Graph.Retract(Triple) Method

Retracts a Triple from the Graph

public override bool Retract(
   Triple t
);

Parameters

t
Triple to Retract

Implements

IGraph.Retract

Remarks

Current implementation may have some defunct Nodes left in the Graph as only the Triple is retracted

See Also

Graph Class | VDS.RDF Namespace | Graph.Retract Overload List