WebDemandGraphCollectionLoadOnDemand Method  | 
 
            Tries to load a Graph on demand from a URI.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected override IGraph LoadOnDemand(
	Uri graphUri
)
Protected Overrides Function LoadOnDemand ( 
	graphUri As Uri
) As IGraph
Parameters
- graphUri
 - Type: SystemUri
Graph URI. 
Return Value
Type: 
IGraph[Missing <returns> documentation for "M:VDS.RDF.WebDemandGraphCollection.LoadOnDemand(System.Uri)"]
See Also