Click or drag to resize

BaseDemandDatasetTryLoadGraph Method

Method to be implemented by derived classes which implements the loading of graphs on demand.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected abstract 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.BaseDemandDataset.TryLoadGraph(System.Uri,VDS.RDF.IGraph@)"]

See Also