InMemoryDataset Constructor |
Name | Description | |
---|---|---|
InMemoryDataset |
Creates a new in-memory dataset using the default in-memory TripleStore as the underlying storage.
| |
InMemoryDataset(Boolean) |
Creates a new in-memory dataset using the default in-memory TripleStore as the underlying storage.
| |
InMemoryDataset(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.
| |
InMemoryDataset(IInMemoryQueryableStore) |
Creates a new In-Memory dataset.
| |
InMemoryDataset(IInMemoryQueryableStore, Boolean) |
Creates a new In-Memory dataset.
| |
InMemoryDataset(IInMemoryQueryableStore, Uri) |
Creates a new In-Memory dataset.
|