IVirtualRdfProviderTNodeID, TGraphIDGetBlankNodeID 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
)
Function GetBlankNodeID (
value As IBlankNode,
createIfNotExists As Boolean
) As TNodeID
Parameters
- value
- Type: VDS.RDFIBlankNode
Blank 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.GetBlankNodeID(VDS.RDF.IBlankNode,System.Boolean)"]
See Also