WriteToStoreHandler Constructor (IStorageProvider, Uri) |
Creates a new Write to Store Handler.
Namespace:
VDS.RDF.Parsing.Handlers
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public WriteToStoreHandler(
IStorageProvider manager,
Uri defaultGraphUri
)
Public Sub New (
manager As IStorageProvider,
defaultGraphUri As Uri
)
Parameters
- manager
- Type: VDS.RDF.StorageIStorageProvider
Manager to write to. - defaultGraphUri
- Type: SystemUri
Graph URI to write Triples from the default graph to.
See Also