WrapperDataset Class |
Namespace: VDS.RDF.Query.Datasets
The WrapperDataset type exposes the following members.
| Name | Description | |
|---|---|---|
| WrapperDataset |
Creates a new wrapped dataset.
|
| Name | Description | |
|---|---|---|
| ActiveGraphUris |
Gets the Active Graph URIs.
| |
| DefaultGraphUris |
Gets the Default Graph URIs.
| |
| Graphs |
Gets the Graphs in the dataset.
| |
| GraphUris |
Gets the URIs of Graphs in the dataset.
| |
| HasTriples |
Gets whether the dataset has any triples.
| |
| Item |
Gets a Graph from the dataset.
| |
| Lock |
Gets the Lock used to ensure MRSW concurrency on the dataset when available.
| |
| Triples |
Gets all triples from the dataset.
| |
| UnderlyingDataset |
Gets the underlying dataset.
| |
| UsesUnionDefaultGraph |
Gets whether the default graph is the union of all graphs.
|
| 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.) |