Click or drag to resize

BaseGraphAssert Method (Triple)

Asserts a Triple in the Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract bool Assert(
	Triple t
)

Parameters

t
Type: VDS.RDFTriple
The Triple to add to the Graph.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.BaseGraph.Assert(VDS.RDF.Triple)"]

Implements

IGraphAssert(Triple)
See Also