WrapperDataset Methods |
The WrapperDataset type exposes the following members.
| Name | Description | |
|---|---|---|
| AddGraph |
Adds a Graph to the dataset.
| |
| ContainsTriple |
Gets whether the dataset contains a given triple.
| |
| Discard |
Discards any changes to the dataset.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Flush |
Flushes any changes to the dataset.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetModifiableGraph |
Gets a modifiable graph from the dataset.
| |
| GetTriplesWithObject |
Gets triples with a given object.
| |
| GetTriplesWithPredicate |
Gets triples with a given predicate.
| |
| GetTriplesWithPredicateObject |
Gets triples with a given predicate and object.
| |
| GetTriplesWithSubject |
Gets triples with a given subject.
| |
| GetTriplesWithSubjectObject |
Gets triples with a given subject and object.
| |
| GetTriplesWithSubjectPredicate |
Gets triples with a given subject and predicate.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasGraph |
Gets whether the dataset contains a given Graph.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveGraph |
Removes a Graph from the dataset.
| |
| ResetActiveGraph |
Resets the Active Graph.
| |
| ResetDefaultGraph |
Resets the Default Graph.
| |
| SerializeConfiguration |
Serializes the Configuration of the Dataset.
| |
| SetActiveGraph(IEnumerableUri) |
Sets the Active Graph for the dataset.
| |
| SetActiveGraph(Uri) |
Sets the Active Graph for the dataset.
| |
| SetDefaultGraph(IEnumerableUri) |
Sets the Default Graph for the dataset.
| |
| SetDefaultGraph(Uri) |
Sets the Default Graph for the dataset.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |