GenericProtocolProcessorHasGraph Method |
Determines whether a Graph with the given URI exists.
Namespace:
VDS.RDF.Update.Protocol
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override bool HasGraph(
Uri graphUri
)
Protected Overrides Function HasGraph (
graphUri As Uri
) As Boolean
Parameters
- graphUri
- Type: SystemUri
Graph URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Update.Protocol.GenericProtocolProcessor.HasGraph(System.Uri)"]
See Also