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
)
Protected MustOverride 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.BaseDemandDataset.TryLoadGraph(System.Uri,VDS.RDF.IGraph@)"]
See Also