Click or drag to resize

BaseTripleStoreAttachEventHandlers 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.RDFIGraph
Graph.
See Also