Click or drag to resize

ISparqlDataset Properties

The ISparqlDataset type exposes the following members.

Properties
  NameDescription
Public propertyActiveGraphUris
Gets the enumeration of the Graph URIs that currently make up the active graph.
Public propertyDefaultGraphUris
Gets the enumeration of the Graph URIs that currently make up the default graph.
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.
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