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