WrapperDataset.HasGraph Method |
Gets whether the dataset contains a given Graph.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic virtual bool HasGraph(
Uri graphUri
)
Public Overridable Function HasGraph (
graphUri As Uri
) As Boolean
Parameters
- graphUri
- Type: System.Uri
Graph URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.WrapperDataset.HasGraph(System.Uri)"]
Implements
ISparqlDataset.HasGraph(Uri)
See Also