Click or drag to resize

AsyncStorageCallbackArgsStorageProvider Property

Gets the Storage Provider (if applicable).

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IAsyncStorageProvider StorageProvider { get; }

Property Value

Type: IAsyncStorageProvider
Remarks

For the GetStore operation this will be the reference to the newly returned store instance.

See Also