BaseDemandDataset Methods | 
The BaseDemandDataset type exposes the following members.
| Name | Description | |
|---|---|---|
| AddGraph | 
            Adds a Graph to the dataset.
              (Inherited from WrapperDataset.) | |
| ContainsTriple | 
            Gets whether the dataset contains a given triple.
              (Inherited from WrapperDataset.) | |
| Discard | 
            Discards any changes to the dataset.
              (Inherited from WrapperDataset.) | |
| 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 WrapperDataset.) | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetModifiableGraph | 
            Gets a modifiable graph from the dataset.
              (Inherited from WrapperDataset.) | |
| 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 | 
            Sees if the underlying dataset has a graph and if not tries to load it on demand.
              (Overrides WrapperDatasetHasGraph(Uri).) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| RemoveGraph | 
            Removes a Graph from the dataset.
              (Inherited from WrapperDataset.) | |
| ResetActiveGraph | 
            Resets the Active Graph.
              (Inherited from WrapperDataset.) | |
| ResetDefaultGraph | 
            Resets the Default Graph.
              (Inherited from WrapperDataset.) | |
| SerializeConfiguration | 
            Serializes the Configuration of the Dataset.
              (Inherited from WrapperDataset.) | |
| SetActiveGraph(IEnumerableUri) | 
            Sets the Active Graph for the dataset.
              (Inherited from WrapperDataset.) | |
| SetActiveGraph(Uri) | 
            Sets the Active Graph for the dataset.
              (Inherited from WrapperDataset.) | |
| SetDefaultGraph(IEnumerableUri) | 
            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.) | |
| TryLoadGraph | 
            Method to be implemented by derived classes which implements the loading of graphs on demand.
              |