Click or drag to resize

IVirtualRdfProvider<TNodeID, TGraphID>.GetID Method (INode, Boolean)

Given a non-blank Node returns the Node ID.

Namespace:  VDS.RDF.Storage.Virtualisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
TNodeID GetID(
	INode value,
	bool createIfNotExists
)

Parameters

value
Type: VDS.RDF.INode
Node.
createIfNotExists
Type: System.Boolean
Determines whether to create a new Node ID if there is not already one for the given value.

Return Value

Type: TNodeID

[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.IVirtualRdfProvider`2.GetID(VDS.RDF.INode,System.Boolean)"]

See Also