InMemoryQuadDataset 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 InMemoryQuadDataset(
IGraph g
)
Public Sub New (
g As IGraph
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph.
See Also