Click or drag to resize

ISparqlDatasetAddGraph Method

Adds a Graph to the Dataset.

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

Parameters

g
Type: VDS.RDFIGraph
Graph.

Return Value

Type: Boolean

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

Exceptions
ExceptionCondition
NotSupportedExceptionMay be thrown if the Dataset is immutable i.e. Updates not supported.
NotSupportedExceptionMay be thrown if the Dataset is immutable.
See Also