IVirtualRdfProvider<TNodeID, TGraphID>.GetGraphID Method (IGraph, Boolean) |
Gets the Graph ID for a Graph creating it if necessary.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
SyntaxTGraphID GetGraphID(
IGraph g,
bool createIfNotExists
)
Function GetGraphID (
g As IGraph,
createIfNotExists As Boolean
) As TGraphID
Parameters
- g
- Type: VDS.RDF.IGraph
Graph. - createIfNotExists
- Type: System.Boolean
Determines whether to create a new Graph ID if there is not already one for the given Graph.
Return Value
Type:
TGraphID[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.IVirtualRdfProvider`2.GetGraphID(VDS.RDF.IGraph,System.Boolean)"]
See Also