Click or drag to resize

BaseTransactionalDatasetAddGraphInternal Method

Adds a Graph to the Dataset.

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

Parameters

g
Type: VDS.RDFIGraph
Graph to add.

Return Value

Type: Boolean

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

See Also