IVirtualRdfProviderTNodeID, TGraphIDGetValue Method |
Given a Node ID returns the materialised value in the given Graph.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax INode GetValue(
IGraph g,
TNodeID id
)
Function GetValue (
g As IGraph,
id As TNodeID
) As INode
Parameters
- g
- Type: VDS.RDFIGraph
Graph to create the Node in. - id
- Type: TNodeID
Node ID.
Return Value
Type:
INode[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.IVirtualRdfProvider`2.GetValue(VDS.RDF.IGraph,`0)"]
See Also