Click or drag to resize

Connection Methods

The Connection type exposes the following members.

Methods
  NameDescription
Public methodCode exampleDeletePersistentObject
Deletes a persistent object from the data store.
Public methodCode exampleDeletePersistentObjectAsync
Deletes a persistent object from the data store as an asynchronous operation.
Public methodDispose
Releases all resources used by the Connection instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the instance.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode exampleInsertPersistentObject
Inserts a persistent object in the data store.
Public methodCode exampleInsertPersistentObjectAsync
Inserts a persistent object in the data store as an asynchronous operation.
Public methodCode exampleSelectPersistentObjectPersistentObjectType
Retrieves a list of the persistent objects from the data store.
Public methodCode exampleSelectPersistentObjectAsyncPersistentObjectType
Retrieves a list of the persistent objects from the data store as an asynchronous operation.
Public methodCode exampleSelectPersistentObjectCountPersistentObjectType
Retrieves the count of persistent objects from the data store.
Public methodCode exampleSelectPersistentObjectCountAsyncPersistentObjectType
Retrieves the count of persistent objects from the data store as an asynchronous operation.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodCode exampleUpdatePersistentObject
Updates a persistent object from the data store.
Public methodCode exampleUpdatePersistentObjectAsync
Updates a persistent object from the data store as an asynchronous operation.
Top
See Also