Click or drag to resize

IGraph.Retract Method (IEnumerable<Triple>)

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.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