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; }
Public Default Property Item (
id As TNodeID
) As INode
Get
Set
Parameters
- id
- Type: TNodeID
Virtual ID.
Return Value
Type:
INodeSee Also