IVirtualRdfProviderTNodeID, TGraphIDGetGraphID Method (Uri) |
Gets the Graph ID for a Graph URI.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax TGraphID GetGraphID(
Uri graphUri
)
Function GetGraphID (
graphUri As Uri
) As TGraphID
Parameters
- graphUri
- Type: SystemUri
Graph URI.
Return Value
Type:
TGraphID[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.IVirtualRdfProvider`2.GetGraphID(System.Uri)"]
Remarks
Should function as equivalent to the two argument version with the createIfNotExists parameter set to false.
See Also