Click or drag to resize

VirtualNodeCacheTNodeID, TKeyItem Property

Gets/Sets the materialised value for a particular Virtual ID.

Namespace:  VDS.RDF.Storage.Virtualisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public INode this[
	TNodeID id
] { get; set; }

Parameters

id
Type: TNodeID
Virtual ID.

Return Value

Type: INode
See Also