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.
For a list of all members of this type, see AwDbExData Members .
System.Object
Asterworld.Data.AwDbExData
[Visual Basic]
Public Class AwDbExData
[C#]
public class AwDbExData
Remarks
This class provides high functions for accessing to the database. It has following characteristics.
Commands for updating, insertion, and deletion are generated automatically. Can update it, even if it is the data got by SQL that refers to two or more tables. Can synchronize the data of database and the data that was read to this class. Supports processing in the case conflict of the update occurred.
By using this class, the source code for implementing the function of getting data from the database will become very easy.
The source code of this class is offered together with the following software.
Requirements
Namespace:
Asterworld.Data
Assembly: Asterworld_En (in Asterworld_En.dll)
See Also
AwDbExData Members | Asterworld.Data Namespace | ADO.NET Basic Database | .NET Mailer AsterMail