Click or drag to resize

IVirtualRdfProviderTNodeID, TGraphIDGetGraphID 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:
Syntax
TGraphID GetGraphID(
	IGraph g,
	bool createIfNotExists
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
createIfNotExists
Type: SystemBoolean
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