SparqlHttpProtocolConnectorHasGraph Method (String) |
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(
string graphUri
)
Public Overridable Function HasGraph (
graphUri As String
) As Boolean
Parameters
- graphUri
- Type: SystemString
URI of the Graph to check for.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Storage.SparqlHttpProtocolConnector.HasGraph(System.String)"]
See Also