ThreadSafeGraphRetract Method (Triple) |
Retracts a Triple from the Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override bool Retract(
Triple t
)
Public Overrides Function Retract (
t As Triple
) As Boolean
Parameters
- t
- Type: VDS.RDFTriple
Triple to Retract.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.ThreadSafeGraph.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