Click or drag to resize

SparqlHttpProtocolConnectorHasGraph Method (Uri)

Sends a HEAD Command to the Protocol Server to determine whether a given Graph exists.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual bool HasGraph(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
URI of the Graph to check for.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Storage.SparqlHttpProtocolConnector.HasGraph(System.Uri)"]

See Also