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