Click or drag to resize

WrapperGraphRetract Method (Triple)

Retracts a Triple from the Graph.

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

Parameters

t
Type: VDS.RDFTriple
Triple.

Return Value

Type: Boolean

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

Implements

IGraphRetract(Triple)
See Also