Click or drag to resize

BaseTransactionalDataset Properties

The BaseTransactionalDataset type exposes the following members.

Properties
  NameDescription
Public propertyActiveGraphUris
Gets the Active Graph URIs.
(Inherited from BaseDataset.)
Public propertyDefaultGraphUris
Gets the Default Graph URIs.
(Inherited from BaseDataset.)
Public propertyGraphs
Gets all the Graphs in the Dataset.
(Inherited from BaseDataset.)
Public propertyGraphUris
Gets all the URIs of Graphs in the Dataset.
(Inherited from BaseDataset.)
Public propertyHasTriples
Gets whether the Dataset has any Triples.
(Inherited from BaseDataset.)
Protected propertyInternalDefaultGraph
Gets a reference to the actual IGraph that is currently treated as the default graph.
(Inherited from BaseDataset.)
Public propertyItem
Gets a Graph from the Dataset.
(Overrides BaseDatasetItemUri.)
Public propertyTriples
Gets all the Triples in the Dataset.
(Inherited from BaseDataset.)
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 BaseDataset.)
Top
See Also