Click or drag to resize

GraphPersistenceWrapperRetract Method (IEnumerableTriple)

Retracts Triples from the Graph.

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

Parameters

ts
Type: System.Collections.GenericIEnumerableTriple
Triples.

Return Value

Type: Boolean

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

Implements

IGraphRetract(IEnumerableTriple)
See Also