FullTextIndexedDataset Methods |
The FullTextIndexedDataset type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddGraph |
Adds a Graph to the Dataset updating the Full Text Index appropriately.
(Overrides WrapperDataset.AddGraph(IGraph).) |
![]() | ContainsTriple |
Gets whether the dataset contains a given triple.
(Inherited from WrapperDataset.) |
![]() | Discard |
Discards changes to the Dataset and ensures the Index is up to date.
(Overrides WrapperDataset.Discard().) |
![]() | 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 changes to the Dataset and ensures the Index is up to date.
(Overrides WrapperDataset.Flush().) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetModifiableGraph |
Gets a modifiable graph from the store ensuring that modifications will update the Full Text Index.
(Overrides WrapperDataset.GetModifiableGraph(Uri).) |
![]() | GetTriplesWithObject |
Gets triples with a given object.
(Inherited from WrapperDataset.) |
![]() | GetTriplesWithPredicate |
Gets triples with a given predicate.
(Inherited from WrapperDataset.) |
![]() | GetTriplesWithPredicateObject |
Gets triples with a given predicate and object.
(Inherited from WrapperDataset.) |
![]() | GetTriplesWithSubject |
Gets triples with a given subject.
(Inherited from WrapperDataset.) |
![]() | GetTriplesWithSubjectObject |
Gets triples with a given subject and object.
(Inherited from WrapperDataset.) |
![]() | GetTriplesWithSubjectPredicate |
Gets triples with a given subject and predicate.
(Inherited from WrapperDataset.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasGraph |
Gets whether the dataset contains a given Graph.
(Inherited from WrapperDataset.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveGraph |
Removes a Graph from the Dataset updating the Full Text Index appropriately.
(Overrides WrapperDataset.RemoveGraph(Uri).) |
![]() | ResetActiveGraph |
Resets the Active Graph.
(Inherited from WrapperDataset.) |
![]() | ResetDefaultGraph |
Resets the Default Graph.
(Inherited from WrapperDataset.) |
![]() | SerializeConfiguration |
Serializes the Configuration of the Dataset.
(Overrides WrapperDataset.SerializeConfiguration(ConfigurationSerializationContext).) |
![]() | SetActiveGraph(IEnumerable<Uri>) |
Sets the Active Graph for the dataset.
(Inherited from WrapperDataset.) |
![]() | SetActiveGraph(Uri) |
Sets the Active Graph for the dataset.
(Inherited from WrapperDataset.) |
![]() | SetDefaultGraph(IEnumerable<Uri>) |
Sets the Default Graph for the dataset.
(Inherited from WrapperDataset.) |
![]() | SetDefaultGraph(Uri) |
Sets the Default Graph for the dataset.
(Inherited from WrapperDataset.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |