The DynamicStore type exposes the following members.

Methods

  NameDescription
Public methodBindObjectsWithSparql
Gets an enumeration of dynamic objects, where each is bound to the data attached to each result in the provided SPARQL query.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecuteSparql
Execute a SPARQL query against the underlying store.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDataObject
Gets a new dynamic data object whose data is populated with data from the indicated resource.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMakeNewObject
Create a new dynamic object
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveChanges
Commits all changes
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also