BaseTripleCollection.Delete Method |
Deletes a Triple from the Collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected abstract bool Delete(
Triple t
)
Protected MustOverride Function Delete (
t As Triple
) As Boolean
Parameters
- t
- Type: VDS.RDF.Triple
Triple to remove.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.BaseTripleCollection.Delete(VDS.RDF.Triple)"]
RemarksDeleting something that doesn't exist should have no effect and give no error.
See Also