InMemoryQuadDatasetAddGraphInternal 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
)
Protected Overrides Function AddGraphInternal (
g As IGraph
) As Boolean
Parameters
- g
- Type: VDS.RDFIGraph
Graph.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.InMemoryQuadDataset.AddGraphInternal(VDS.RDF.IGraph)"]
See Also