Click or drag to resize

GraphPersistenceWrapper.Assert Method (IEnumerable<Triple>)

Asserts Triples in the Graph.

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

Parameters

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

Return Value

Type: Boolean

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

Implements

IGraph.Assert(IEnumerable<Triple>)
See Also