SimpleUpdateProcessor Constructor |
Creates a new Simple Update Processor.
Namespace:
VDS.RDF.Update
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public SimpleUpdateProcessor(
IUpdateableTripleStore store
)
Public Sub New (
store As IUpdateableTripleStore
)
Parameters
- store
- Type: VDS.RDFIUpdateableTripleStore
Updateable Triple Store.
See Also