AsyncStorageCallbackArgsStorageProvider Property |
Gets the Storage Provider (if applicable).
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IAsyncStorageProvider StorageProvider { get; }
Public ReadOnly Property StorageProvider As IAsyncStorageProvider
Get
Property Value
Type:
IAsyncStorageProviderRemarks
For the GetStore operation this will be the reference to the newly returned store instance.
See Also