Connection Methods |
The Connection type exposes the following members.
Name | Description | |
---|---|---|
DeletePersistentObject |
Deletes a persistent object from the data store.
| |
DeletePersistentObjectAsync |
Deletes a persistent object from the data store as an asynchronous operation.
| |
Dispose |
Releases all resources used by the Connection instance.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Ensures that resources are freed and other cleanup operations are performed
when the garbage collector reclaims the instance.
(Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InsertPersistentObject |
Inserts a persistent object in the data store.
| |
InsertPersistentObjectAsync |
Inserts a persistent object in the data store as an asynchronous operation.
| |
SelectPersistentObjectPersistentObjectType |
Retrieves a list of the persistent objects from the data store.
| |
SelectPersistentObjectAsyncPersistentObjectType |
Retrieves a list of the persistent objects from the data store as an asynchronous operation.
| |
SelectPersistentObjectCountPersistentObjectType |
Retrieves the count of persistent objects from the data store.
| |
SelectPersistentObjectCountAsyncPersistentObjectType |
Retrieves the count of persistent objects from the data store as an asynchronous operation.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdatePersistentObject |
Updates a persistent object from the data store.
| |
UpdatePersistentObjectAsync |
Updates a persistent object from the data store as an asynchronous operation.
|