Click or drag to resize

IThreadSafeDataset Properties

The IThreadSafeDataset type exposes the following members.

Properties
  NameDescription
Public propertyActiveGraphUris
Gets the enumeration of the Graph URIs that currently make up the active graph.
(Inherited from ISparqlDataset.)
Public propertyDefaultGraphUris
Gets the enumeration of the Graph URIs that currently make up the default graph.
(Inherited from ISparqlDataset.)
Public propertyGraphs
Gets all the Graphs in the Dataset.
(Inherited from ISparqlDataset.)
Public propertyGraphUris
Gets all the URIs of Graphs in the Dataset.
(Inherited from ISparqlDataset.)
Public propertyHasTriples
Gets whether the Dataset has any Triples.
(Inherited from ISparqlDataset.)
Public propertyItem
Gets the Graph with the given URI from the Dataset.
(Inherited from ISparqlDataset.)
Public propertyLock
Gets the Lock used to ensure MRSW concurrency of the Dataset when used with the Leviathan SPARQL processors.
Public propertyTriples
Gets all the Triples in the Dataset.
(Inherited from ISparqlDataset.)
Public propertyUsesUnionDefaultGraph
Gets whether the Default Graph is treated as being the union of all Graphs in the dataset when no Default Graph is otherwise set.
(Inherited from ISparqlDataset.)
Top
See Also