AsyncStorageCallbackArgs.StoreIDs Property |
Gets the list of Store IDs (if applicable).
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic IEnumerable<string> StoreIDs { get; }
Public ReadOnly Property StoreIDs As IEnumerable(Of String)
Get
Property Value
Type:
IEnumerable<String>
See Also