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
)
Public Overridable Function HasGraph (
graphUri As Uri
) As Boolean
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