| Class |
Description |
|
AwDao
|
Class for operating a database file of the Microsoft Access format by using DAO (Data Access Object). |
|
AwDbData
|
Class for accessing to the database by using the ADO.NET. This class provides fundamental functions for accessing to the database. Please use AwDbExData if higher functions for accessing to the database are required. |
|
AwDbExData
|
Class for accessing to the database by using the ADO.NET. This class provides high functions for accessing the database. Please use AwDbData if a high function for accessing to the database is not required. |
|
AwDbNavigate
|
Class for navigating data that was got from a database. |
|
AwDbPrintSupport
|
Class for supporting print data creation. |
|
AwDbSearch
|
Class for creating a filter string that is used to search for the database. User control. |
|
AwNavigateCompletedEventArgs
|
Class for providing an event data to the AwDbNavigate class. |
|
AwNavigateRequestedEventArgs
|
Class for providing an event data to the AwDbNavigate class. |