Click or drag to resize

InMemoryQuadDataset Properties

The InMemoryQuadDataset type exposes the following members.

Properties
  NameDescription
Public propertyActiveGraphUris
Gets the Active Graph URIs.
(Inherited from BaseQuadDataset.)
Public propertyDefaultGraphUris
Gets the Default Graph URIs.
(Inherited from BaseQuadDataset.)
Public propertyGraphs
Gets all the Graphs in the Dataset.
(Overrides BaseQuadDatasetGraphs.)
Public propertyGraphUris
Gets all the URIs of Graphs in the Dataset.
(Overrides BaseQuadDatasetGraphUris.)
Public propertyHasTriples
Gets whether the dataset has any triples.
(Inherited from BaseQuadDataset.)
Public propertyItem
Gets a Graph from the dataset.
(Inherited from BaseTransactionalQuadDataset.)
Public propertyLock
Gets the Lock used to ensure MRSW concurrency on the dataset when available.
Public propertyTriples
Gets all triples from the dataset.
(Inherited from BaseQuadDataset.)
Public propertyUsesUnionDefaultGraph
Gets whether this dataset uses a union default graph.
(Inherited from BaseQuadDataset.)
Top
See Also