dotNetRDF API Documentation

ThreadSafeGraph.Assert Method

Asserts a List of Triples in the graph

Overload List

Asserts a List of Triples in the graph

public override bool Assert(IEnumerable<Triple>)

Asserts a Triple in the Graph

public override bool Assert(Triple)

See Also

ThreadSafeGraph Class | VDS.RDF Namespace