Click or drag to resize

BindableDatabaseAccessorT Class

Generic accessor for the database, which keeps the connection open until SaveChanges or DiscardChanges are called. Suitable for binding.
Inheritance Hierarchy
SystemObject
  LynceeTec.EucalyptusBindableDatabaseAccessorT

Namespace: LynceeTec.Eucalyptus
Assembly: LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:33 UTC
Syntax
public sealed class BindableDatabaseAccessor<T> : IDisposable
where T : class, new(), ILynceeDataSet

Type Parameters

T
A database table type, implementing ILynceeDataSet

The BindableDatabaseAccessorT type exposes the following members.

Constructors
 NameDescription
Public methodBindableDatabaseAccessorTInitializes a new instance of the BindableDatabaseAccessorT class
Top
Methods
 NameDescription
Public methodDiscardChanges Discards the changes to the bound list. The connection is then closed.
Public methodDisposeReleases all resources used by the BindableDatabaseAccessorT
Public methodGetBoundList Gets a list of all the rows in a specific table, suitable for binding.
Public methodGetFilteredBoundList 
Public methodSaveChanges Saves the changes to the bound list in the database. The connection is then closed.
Top
See Also