InMemoryQuadDatasetHasGraphInternal Method |
Gets whether a Graph with the given URI is the Dataset.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override bool HasGraphInternal(
Uri graphUri
)
Protected Overrides Function HasGraphInternal (
graphUri As Uri
) As Boolean
Parameters
- graphUri
- Type: SystemUri
Graph URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.InMemoryQuadDataset.HasGraphInternal(System.Uri)"]
See Also