Click or drag to resize

IVirtualRdfProviderTNodeID, TGraphIDGetID 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.RDFINode
Node.
createIfNotExists
Type: SystemBoolean
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