Click or drag to resize

AsyncStorageCallbackArgs.GraphUris Property

Gets the list of Graph URIs (if applicable).

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<Uri> GraphUris { get; }

Property Value

Type: IEnumerable<Uri>
See Also