GraphPersistenceWrapperRetract Method (Triple) |
Retracts a Triple from the Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual bool Retract(
Triple t
)
Public Overridable Function Retract (
t As Triple
) As Boolean
Parameters
- t
- Type: VDS.RDFTriple
Triple.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.GraphPersistenceWrapper.Retract(VDS.RDF.Triple)"]
Implements
IGraphRetract(Triple)See Also