Click or drag to resize

InMemoryDatasetAddGraphInternal Method

Adds a Graph to the Dataset merging it with any existing Graph with the same URI.

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

Parameters

g
Type: VDS.RDFIGraph
Graph.

Return Value

Type: Boolean

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

See Also