| Connection Methods |
The Connection type exposes the following members.
Methods
| 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.) |
| 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.
|
| InsertPersistentObjectAsync |
Inserts a persistent object in the data store as an asynchronous operation.
|
| SelectPersistentObject(Type, PersistentObjectFieldFilterCollection, PersistentObjectFieldSorterCollection, Int32, Int32) | |
| SelectPersistentObjectPersistentObjectType(PersistentObjectFieldFilterCollection, PersistentObjectFieldSorterCollection, Int32, Int32) |
Retrieves a list of the persistent objects from the data store.
|
| SelectPersistentObjectAsync(Type, PersistentObjectFieldFilterCollection, PersistentObjectFieldSorterCollection, Int32, Int32) |
Retrieves a list of the persistent objects from the data store as an asynchronous operation.
|
| SelectPersistentObjectAsyncPersistentObjectType(PersistentObjectFieldFilterCollection, PersistentObjectFieldSorterCollection, Int32, Int32) |
Retrieves a list of the persistent objects from the data store as an asynchronous operation.
|
| SelectPersistentObjectCount(Type, PersistentObjectFieldFilterCollection) | |
| SelectPersistentObjectCountPersistentObjectType(PersistentObjectFieldFilterCollection) |
Retrieves the count of persistent objects from the data store.
|
| SelectPersistentObjectCountAsync(Type, PersistentObjectFieldFilterCollection) | |
| SelectPersistentObjectCountAsyncPersistentObjectType(PersistentObjectFieldFilterCollection) |
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.
|
TopSee Also