BaseQuadDatasetIsDefaultGraph Method |
Gets whether the given URI represents the default graph of the dataset.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected bool IsDefaultGraph(
Uri graphUri
)
Protected Function IsDefaultGraph (
graphUri As Uri
) As Boolean
Parameters
- graphUri
- Type: SystemUri
Graph URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.BaseQuadDataset.IsDefaultGraph(System.Uri)"]
See Also