Click or drag to resize

BaseTripleStore.AttachEventHandlers Method

Helper method which attaches the Triple Store's Event Handlers to the relevant events of a Graph.

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

Parameters

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