Click or drag to resize

InMemoryDataset Constructor (IGraph)

Creates a new in-memory dataset containing initially just the given graph and treating the given graph as the default graph of the dataset.

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

Parameters

g
Type: VDS.RDFIGraph
Graph.
See Also