Bindable |
public sealed class BindableDatabaseAccessor<T> : IDisposable where T : class, new(), ILynceeDataSet
The BindableDatabaseAccessorT type exposes the following members.
| Name | Description | |
|---|---|---|
| BindableDatabaseAccessorT | Initializes a new instance of the BindableDatabaseAccessorT class |
| Name | Description | |
|---|---|---|
| DiscardChanges | Discards the changes to the bound list. The connection is then closed. | |
| Dispose | Releases all resources used by the BindableDatabaseAccessorT | |
| GetBoundList | Gets a list of all the rows in a specific table, suitable for binding. | |
| GetFilteredBoundList | ||
| SaveChanges | Saves the changes to the bound list in the database. The connection is then closed. |