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