Click or drag to resize

BaseImmutableDataset.AddGraph Method

Throws an exception since Immutable Datasets cannot be altered.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool AddGraph(
	IGraph g
)

Parameters

g
Type: VDS.RDF.IGraph
Graph to add.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.BaseImmutableDataset.AddGraph(VDS.RDF.IGraph)"]

Implements

ISparqlDataset.AddGraph(IGraph)
See Also