Click or drag to resize

GraphRetract Method (Triple)

Retracts a Triple from the Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool Retract(
	Triple t
)

Parameters

t
Type: VDS.RDFTriple
Triple to Retract.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Graph.Retract(VDS.RDF.Triple)"]

Implements

IGraphRetract(Triple)
Remarks
Current implementation may have some defunct Nodes left in the Graph as only the Triple is retracted.
See Also