| Connection Methods |
The Connection type exposes the following members.
| Name | Description | |
|---|---|---|
| DeletePersistentObject |
Deletes a persistent object from the data store.
| |
| Dispose |
Releases all resources used by the Connection instance.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InsertPersistentObject |
Inserts a persistent object in the data store.
| |
| SelectPersistentObject |
Retrieves a list of the persistent objects from the data store.
| |
| SelectPersistentObjectCount |
Retrieves the count of persistent objects from the data store.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdatePersistentObject |
Updates a persistent object from the data store.
|