StoreGraphPersistenceWrapper Constructor (IStorageProvider, Uri, Boolean) |
Namespace: VDS.RDF
public StoreGraphPersistenceWrapper( IStorageProvider manager, Uri graphUri, bool writeOnly )
Note: In order to operate in write-only mode the IStorageProvider must support triple level updates indicated by it returning true to its UpdateSupported property.
When not operating in write-only mode the existing Graph will be loaded from the underlying store.