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