The following classes are available in the Advantage .NET Data Provider.
AdsCommand – Represents an Advantage SQL statement, stored procedure name, or table name to be run or opened by the Advantage server.
AdsCommandBuilder – Provides the capability to automatically generate the necessary UPDATE, DELETE, and INSERT statements on an AdsDataAdapter object to reconcile differences made to a DataSet with the underlying Advantage database table.
AdsConnection – Represents a connection to Advantage Database Server or Advantage Local Server.
AdsConnectionStringBuilder – Provides a simple way to create and manage the contents of connection strings used by the AdsConnection class.
AdsDataAdapter – Represents a set of data commands and a database connection that are used to fill a DataSet and update an Advantage Database.
AdsDataReader – Represents an Advantage cursor (result set) or table. It provides the capability of reading through the data rows and columns.
AdsException – The exception that is thrown when the Advantage .NET Data Provider encounters an error condition.
AdsExtendedReader – Represents a result set obtained from Advantage Database Server or Advantage Local Server via an SQL statement or a directly opened table. AdsExtendedReader is derived from AdsDataReader and offers an extended feature set that includes advanced table navigation, indexed searches, scopes, filters, locks and direct data manipulation.
AdsFactory – Represents a set of methods for creating instances of the Advantage provider's data source classes.
AdsInfoMessageEventArgs – Provides data for the InfoMessage event in the AdsConnection class. This provides information for warning conditions.
AdsParameter – Represents a parameter to an AdsCommand, and optionally, its mapping to DataSet columns.
AdsParameterCollection – Collects all parameters relevant to an AdsCommand as well as their respective mappings to DataSet columns.
AdsTransaction – Represents an Advantage transaction.