Click or drag to resize

BaseDataset Properties

The BaseDataset type exposes the following members.

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