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:
Syntaxprotected void AttachEventHandlers(
IGraph g
)
Protected Sub AttachEventHandlers (
g As IGraph
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph.
See Also