Click or drag to resize

WrapperTripleStore.RaiseGraphAdded Method (IGraph)

Helper method for raising the Graph Added event manually.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected void RaiseGraphAdded(
	IGraph g
)

Parameters

g
Type: VDS.RDF.IGraph
Graph.
See Also