ITripleStoreHasGraph Method |
Checks whether the Graph with the given Uri is in this Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax bool HasGraph(
Uri graphUri
)
Function HasGraph (
graphUri As Uri
) As Boolean
Parameters
- graphUri
- Type: SystemUri
Graph Uri.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.ITripleStore.HasGraph(System.Uri)"]
See Also