Click or drag to resize

GraphPersistenceWrapperAssert Method (IEnumerableTriple)

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

Return Value

Type: Boolean

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

Implements

IGraphAssert(IEnumerableTriple)
See Also