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