ISparqlDatasetSetDefaultGraph Method (Uri) |
Sets the Default Graph to be the Graph with the given URI.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax void SetDefaultGraph(
Uri graphUri
)
Sub SetDefaultGraph (
graphUri As Uri
)
Parameters
- graphUri
- Type: SystemUri
Graph URI.
See Also