WebDemandDatasetTryLoadGraph Method  | 
 
            Tries to load graphs from the web.
            
 
    Namespace: 
   VDS.RDF.Query.Datasets
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected override bool TryLoadGraph(
	Uri graphUri,
	out IGraph g
)
Protected Overrides Function TryLoadGraph ( 
	graphUri As Uri,
	<OutAttribute> ByRef g As IGraph
) As Boolean
Parameters
- graphUri
 - Type: SystemUri
Graph URI. - g
 - Type: VDS.RDFIGraph
Graph. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.WebDemandDataset.TryLoadGraph(System.Uri,VDS.RDF.IGraph@)"]
See Also