Click or drag to resize

IGraphRetract Method (IEnumerableTriple)

Retracts an Enumerable of Triples from the Graph.

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

Parameters

ts
Type: System.Collections.GenericIEnumerableTriple
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