Click or drag to resize

WebDemandDatasetTryLoadGraph Method

Tries to load graphs from the web.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override bool TryLoadGraph(
	Uri graphUri,
	out IGraph g
)

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