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