IVirtualRdfProvider<TNodeID, TGraphID>.GetBlankNodeID Method (IBlankNode) |
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
)
Function GetBlankNodeID (
value As IBlankNode
) As TNodeID
Parameters
- value
- Type: VDS.RDF.IBlankNode
Blank Node.
Return Value
Type:
TNodeID[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.IVirtualRdfProvider`2.GetBlankNodeID(VDS.RDF.IBlankNode)"]
Remarks
Should function as equivalent to the two argument version with the createIfNotExists parameter set to false.
See Also