Click or drag to resize

WrapperGraph.Retract Method (IEnumerable<Triple>)

Retracts Triples from the Graph.

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

Parameters

ts
Type: System.Collections.Generic.IEnumerable<Triple>
Triples.

Return Value

Type: Boolean

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

Implements

IGraph.Retract(IEnumerable<Triple>)
See Also