InMemoryQuadDataset Constructor (IInMemoryQueryableStore, Boolean) |
Creates a new In-Memory dataset.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public InMemoryQuadDataset(
IInMemoryQueryableStore store,
bool unionDefaultGraph
)
Public Sub New (
store As IInMemoryQueryableStore,
unionDefaultGraph As Boolean
)
Parameters
- store
- Type: VDS.RDFIInMemoryQueryableStore
In-Memory queryable store. - unionDefaultGraph
- Type: SystemBoolean
Whether the Default Graph when no Active/Default Graph is explicitly set should be the union of all Graphs in the Dataset.
See Also