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.)
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 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 methodSelectPersistentObject(Type, PersistentObjectFieldFilterCollection, PersistentObjectFieldSorterCollection, Int32, Int32)
Public methodCode exampleSelectPersistentObjectPersistentObjectType(PersistentObjectFieldFilterCollection, PersistentObjectFieldSorterCollection, Int32, Int32)
Retrieves a list of the persistent objects from the data store.
Public methodCode exampleSelectPersistentObjectAsync(Type, PersistentObjectFieldFilterCollection, PersistentObjectFieldSorterCollection, Int32, Int32)
Retrieves a list of the persistent objects from the data store as an asynchronous operation.
Public methodCode exampleSelectPersistentObjectAsyncPersistentObjectType(PersistentObjectFieldFilterCollection, PersistentObjectFieldSorterCollection, Int32, Int32)
Retrieves a list of the persistent objects from the data store as an asynchronous operation.
Public methodSelectPersistentObjectCount(Type, PersistentObjectFieldFilterCollection)
Public methodCode exampleSelectPersistentObjectCountPersistentObjectType(PersistentObjectFieldFilterCollection)
Retrieves the count of persistent objects from the data store.
Public methodSelectPersistentObjectCountAsync(Type, PersistentObjectFieldFilterCollection)
Public methodCode exampleSelectPersistentObjectCountAsyncPersistentObjectType(PersistentObjectFieldFilterCollection)
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