GraphPersistenceWrapper.GetNextBlankNodeID Method |
Gets the next available Blank Node ID.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic string GetNextBlankNodeID()
Public Function GetNextBlankNodeID As String
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.GraphPersistenceWrapper.GetNextBlankNodeID"]
Implements
INodeFactory.GetNextBlankNodeID()
See Also