Click or drag to resize

ProtocolToUpdateProcessorHasGraph 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
)

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Update.Protocol.ProtocolToUpdateProcessor.HasGraph(System.Uri)"]

See Also