ISparqlDataset Methods |
The ISparqlDataset type exposes the following members.
Name | Description | |
---|---|---|
AddGraph |
Adds a Graph to the Dataset.
| |
ContainsTriple |
Gets whether the Dataset contains a specific Triple.
| |
Discard |
Ensures that any changes to the Dataset (if any) are discarded.
| |
Flush |
Ensures that any changes to the Dataset (if any) are flushed to the underlying Storage.
| |
GetModifiableGraph |
Gets the Graph with the given URI from the Dataset.
| |
GetTriplesWithObject |
Gets all the Triples in the Dataset with the given Object.
| |
GetTriplesWithPredicate |
Gets all the Triples in the Dataset with the given Predicate.
| |
GetTriplesWithPredicateObject |
Gets all the Triples in the Dataset with the given Predicate and Object.
| |
GetTriplesWithSubject |
Gets all the Triples in the Dataset with the given Subject.
| |
GetTriplesWithSubjectObject |
Gets all the Triples in the Dataset with the given Subject and Object.
| |
GetTriplesWithSubjectPredicate |
Gets all the Triples in the Dataset with the given Subject and Predicate.
| |
HasGraph |
Gets whether a Graph with the given URI is the Dataset.
| |
RemoveGraph |
Removes a Graph from the Dataset.
| |
ResetActiveGraph |
Resets the Active Graph to the previous Active Graph.
| |
ResetDefaultGraph |
Resets the Default Graph to the previous Default Graph.
| |
SetActiveGraph(IEnumerableUri) |
Sets the Active Graph to be the merge of the Graphs with the given URIs.
| |
SetActiveGraph(Uri) |
Sets the Active Graph to be the Graph with the given URI.
| |
SetDefaultGraph(IEnumerableUri) |
Sets the Default Graph to be the merge of the Graphs with the given URIs.
| |
SetDefaultGraph(Uri) |
Sets the Default Graph to be the Graph with the given URI.
|