Click or drag to resize

BindableDatabaseAccessorT Class

Inheritance Hierarchy
SystemObject
  LynceeTec.EucalyptusBindableDatabaseAccessorT

Namespace:  LynceeTec.Eucalyptus
Assembly:  LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:15 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 methodBindableDatabaseAccessorT
Initializes 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 methodDispose
Releases 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