Click or drag to resize

InMemoryQuadDataset Constructor

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