Click or drag to resize

BaseDemandGraphCollectionLoadOnDemand Method

Loads a Graph on demand.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected abstract IGraph LoadOnDemand(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
URI of the Graph to load.

Return Value

Type: IGraph
A Graph if it could be loaded and throws an error otherwise.
See Also