Click or drag to resize

ISparqlDataset Methods

The ISparqlDataset type exposes the following members.

Methods
  NameDescription
Public methodAddGraph
Adds a Graph to the Dataset.
Public methodContainsTriple
Gets whether the Dataset contains a specific Triple.
Public methodDiscard
Ensures that any changes to the Dataset (if any) are discarded.
Public methodFlush
Ensures that any changes to the Dataset (if any) are flushed to the underlying Storage.
Public methodGetModifiableGraph
Gets the Graph with the given URI from the Dataset.
Public methodGetTriplesWithObject
Gets all the Triples in the Dataset with the given Object.
Public methodGetTriplesWithPredicate
Gets all the Triples in the Dataset with the given Predicate.
Public methodGetTriplesWithPredicateObject
Gets all the Triples in the Dataset with the given Predicate and Object.
Public methodGetTriplesWithSubject
Gets all the Triples in the Dataset with the given Subject.
Public methodGetTriplesWithSubjectObject
Gets all the Triples in the Dataset with the given Subject and Object.
Public methodGetTriplesWithSubjectPredicate
Gets all the Triples in the Dataset with the given Subject and Predicate.
Public methodHasGraph
Gets whether a Graph with the given URI is the Dataset.
Public methodRemoveGraph
Removes a Graph from the Dataset.
Public methodResetActiveGraph
Resets the Active Graph to the previous Active Graph.
Public methodResetDefaultGraph
Resets the Default Graph to the previous Default Graph.
Public methodSetActiveGraph(IEnumerableUri)
Sets the Active Graph to be the merge of the Graphs with the given URIs.
Public methodSetActiveGraph(Uri)
Sets the Active Graph to be the Graph with the given URI.
Public methodSetDefaultGraph(IEnumerableUri)
Sets the Default Graph to be the merge of the Graphs with the given URIs.
Public methodSetDefaultGraph(Uri)
Sets the Default Graph to be the Graph with the given URI.
Top
See Also