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 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 exampleSelectPersistentObject
Retrieves a list of the persistent objects from the data store.
Public methodCode exampleSelectPersistentObjectCount
Retrieves the count of persistent objects from the data store.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodCode exampleUpdatePersistentObject
Updates a persistent object from the data store.
Top
See Also