ISparqlDataset.SetActiveGraph 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:
Syntaxvoid SetActiveGraph(
Uri graphUri
)
Sub SetActiveGraph (
graphUri As Uri
)
Parameters
- graphUri
- Type: System.Uri
Graph URI.
See Also