WrapperDatasetHasGraph Method |
Gets whether the dataset contains a given Graph.
Namespace:
VDS.RDF.Query.Datasets
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
Graph URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.WrapperDataset.HasGraph(System.Uri)"]
Implements
ISparqlDatasetHasGraph(Uri)See Also