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