BaseProtocolProcessorHasGraph Method |
Determines whether a Graph with the given URI exists.
Namespace:
VDS.RDF.Update.Protocol
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected abstract bool HasGraph(
Uri graphUri
)
Protected MustOverride 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.BaseProtocolProcessor.HasGraph(System.Uri)"]
See Also