Click or drag to resize

IVirtualRdfProvider<TNodeID, TGraphID>.GetBlankNodeID Method (IBlankNode, Boolean)

Given a Blank Node returns a Graph scoped Node ID.

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

Parameters

value
Type: VDS.RDF.IBlankNode
Blank 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.GetBlankNodeID(VDS.RDF.IBlankNode,System.Boolean)"]

See Also