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:
SyntaxTNodeID GetBlankNodeID(
IBlankNode value,
bool createIfNotExists
)
Function GetBlankNodeID (
value As IBlankNode,
createIfNotExists As Boolean
) As TNodeID
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