IGraph.Retract Method (IEnumerable<Triple>) |
Retracts an Enumerable of Triples from the Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxbool Retract(
IEnumerable<Triple> ts
)
Function Retract (
ts As IEnumerable(Of Triple)
) As Boolean
Parameters
- ts
- Type: System.Collections.Generic.IEnumerable<Triple>
Enumerable of Triples.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.IGraph.Retract(System.Collections.Generic.IEnumerable{VDS.RDF.Triple})"]
See Also