Click or drag to resize

InMemoryDataset Constructor

Overload List
  NameDescription
Public methodInMemoryDataset
Creates a new in-memory dataset using the default in-memory TripleStore as the underlying storage.
Public methodInMemoryDataset(Boolean)
Creates a new in-memory dataset using the default in-memory TripleStore as the underlying storage.
Public methodInMemoryDataset(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.
Public methodInMemoryDataset(IInMemoryQueryableStore)
Creates a new In-Memory dataset.
Public methodInMemoryDataset(IInMemoryQueryableStore, Boolean)
Creates a new In-Memory dataset.
Public methodInMemoryDataset(IInMemoryQueryableStore, Uri)
Creates a new In-Memory dataset.
Top
See Also