BaseQuadDataset Class |
Namespace: VDS.RDF.Query.Datasets
The BaseQuadDataset type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseQuadDataset |
Creates a new Quad Dataset.
| |
| BaseQuadDataset(Boolean) |
Creates a new Quad Dataset.
| |
| BaseQuadDataset(Uri) |
Creates a new Quad 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 the graphs in the dataset.
| |
| HasTriples |
Gets whether the dataset has any triples.
| |
| Item |
Gets the Graph with the given URI from the Dataset.
| |
| Triples |
Gets all triples from the dataset.
| |
| UsesUnionDefaultGraph |
Gets whether this dataset uses a union default graph.
|
| Name | Description | |
|---|---|---|
| AddGraph |
Adds a Graph to the dataset.
| |
| AddQuad |
Adds a Quad to the Dataset.
| |
| ContainsQuad |
Gets whether a Triple exists in a specific Graph of the dataset.
| |
| ContainsTriple |
Gets whether the dataset contains a 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.
| |
| GetGraphInternal |
Gets a Graph from the dataset.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetModifiableGraph |
Gets a modifiable graph from the dataset.
| |
| GetQuads |
Gets all the Triples for a specific graph of the dataset.
| |
| GetQuadsWithObject |
Gets all the Triples with a given object from a specific graph of the dataset.
| |
| GetQuadsWithPredicate |
Gets all the Triples with a given predicate from a specific graph of the dataset.
| |
| GetQuadsWithPredicateObject |
Gets all the Triples with a given predicate and object from a specific graph of the dataset.
| |
| GetQuadsWithSubject |
Gets all the Triples with a given subject from a specific graph of the dataset.
| |
| GetQuadsWithSubjectObject |
Gets all the Triples with a given subject and object from a specific graph of the dataset.
| |
| GetQuadsWithSubjectPredicate |
Gets all the Triples with a given subject and predicate from a specific graph of the dataset.
| |
| GetTriplesWithObject |
Gets all the Triples with a given object.
| |
| GetTriplesWithPredicate |
Gets all the Triples with a given predicate.
| |
| GetTriplesWithPredicateObject |
Gets all the Triples with a given predicate and object.
| |
| GetTriplesWithSubject |
Gets all the Triples with a given subject.
| |
| GetTriplesWithSubjectObject |
Gets all the Triples with a given subject and object.
| |
| GetTriplesWithSubjectPredicate |
Gets all the Triples with a given subject and predicate.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasGraph |
Gets whether a Graph with the given URI is the Dataset.
| |
| HasGraphInternal |
Determines whether a given Graph exists in the Dataset.
| |
| IsDefaultGraph |
Gets whether the given URI represents the default graph of the dataset.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveGraph |
Removes a Graph from the Dataset.
| |
| RemoveQuad |
Removes a Quad from the Dataset.
| |
| ResetActiveGraph |
Resets the Active Graph.
| |
| ResetDefaultGraph |
Resets the Default Graph.
| |
| SetActiveGraph(IEnumerableUri) |
Sets the Active Graph.
| |
| SetActiveGraph(Uri) |
Sets the Active Graph.
| |
| SetDefaultGraph(IEnumerableUri) |
Sets the Default Graph.
| |
| SetDefaultGraph(Uri) |
Sets the Default Graph.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |