BaseDataset Class |
Namespace: VDS.RDF.Query.Datasets
The BaseDataset type exposes the following members.
Name | Description | |
---|---|---|
BaseDataset |
Creates a new Dataset.
| |
BaseDataset(Boolean) |
Creates a new Dataset with the given Union Default Graph setting.
| |
BaseDataset(Uri) |
Creates a new Dataset with a fixed Default Graph and without a Union Default Graph.
|
Name | Description | |
---|---|---|
ActiveGraphUris |
Gets the Active Graph URIs.
| |
DefaultGraphUris |
Gets the Default Graph URIs.
| |
Graphs |
Gets all the Graphs in the Dataset.
| |
GraphUris |
Gets all the URIs of Graphs in the Dataset.
| |
HasTriples |
Gets whether the Dataset has any Triples.
| |
InternalDefaultGraph |
Gets a reference to the actual IGraph that is currently treated as the default graph.
| |
Item |
Gets the Graph with the given URI from the Dataset.
| |
Triples |
Gets all the Triples in the Dataset.
| |
UsesUnionDefaultGraph |
Gets whether the Default Graph is treated as being the union of all Graphs in the dataset when no Default Graph is otherwise set.
|
Name | Description | |
---|---|---|
AddGraph |
Adds a Graph to the Dataset.
| |
ContainsTriple |
Gets whether the Dataset contains a specific Triple.
| |
ContainsTripleInternal |
Determines whether the Dataset contains a specific Triple.
| |
Discard |
Ensures that any changes to the Dataset (if any) are discarded.
| |
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 |
Ensures that any changes to the Dataset (if any) are flushed to the underlying Storage.
| |
GetAllTriples |
Abstract method that concrete implementations must implement to return an enumerable of all the Triples in the Dataset.
| |
GetGraphInternal |
Gets the given Graph from the Dataset.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetModifiableGraph |
Gets the Graph with the given URI from the Dataset.
| |
GetTriplesWithObject |
Gets all the Triples in the Dataset with the given Object.
| |
GetTriplesWithObjectInternal |
Gets all the Triples in the Dataset with the given Object.
| |
GetTriplesWithPredicate |
Gets all the Triples in the Dataset with the given Predicate.
| |
GetTriplesWithPredicateInternal |
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.
| |
GetTriplesWithPredicateObjectInternal |
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.
| |
GetTriplesWithSubjectInternal |
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.
| |
GetTriplesWithSubjectObjectInternal |
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.
| |
GetTriplesWithSubjectPredicateInternal |
Gets all the Triples in the Dataset with the 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.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveGraph |
Removes a Graph from the Dataset.
| |
RemoveGraphInternal |
Removes a Graph from the Dataset.
| |
ResetActiveGraph |
Sets the Active Graph for the SPARQL query to be the previous Active Graph.
| |
ResetDefaultGraph |
Sets the Default Graph for the SPARQL Query to be the previous Default Graph.
| |
SetActiveGraph(IEnumerableUri) |
Sets the Active Graph for the SPARQL query.
| |
SetActiveGraph(Uri) |
Sets the Active Graph for the SPARQL query.
| |
SetDefaultGraph(IEnumerableUri) |
Sets the Default Graph.
| |
SetDefaultGraph(Uri) |
Sets the Default Graph.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |