Click or drag to resize

GraphRetract Method (IEnumerableTriple)

Retracts a enumeration of Triples from the graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool Retract(
	IEnumerable<Triple> ts
)

Parameters

ts
Type: System.Collections.GenericIEnumerableTriple
Enumeration of Triples to retract.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Graph.Retract(System.Collections.Generic.IEnumerable{VDS.RDF.Triple})"]

Implements

IGraphRetract(IEnumerableTriple)
See Also