Class | Description |
---|---|
ADOCommand | Represents a query command to be made to a data source. |
ADOCommandConverter | [To be supplied.] |
ADOConnection | Represents an open connection to a data source. |
ADODataReader | [To be supplied.] |
ADODataSetCommand | Represents a set of data commands and a database connection which are used to fill the DataSet and update the data source. At any time, the object refers to only a single record within the current data set. |
ADOError | Collects information relevant to a warning or error returned by the data source. |
ADOErrors | Collects all errors generated by the adapter. |
ADOException | Thrown whenever an error from the adapter is encountered. |
ADOInfoMessageEventArgs | [To be supplied.] |
ADOParameter | Represents a parameter to an ADOCommand and, optionally, its mapping to DataSet columns. |
ADOParameterConverter | [To be supplied.] |
ADOParameters | Collects all parameters relevant to an ADOCommand and their mappings to DataSet columns. |
ADOProperties | [To be supplied.] |
ADOProperty | [To be supplied.] |
ADORowUpdatedEventArgs | [To be supplied.] |
ADORowUpdatingEventArgs | [To be supplied.] |
ADOSchemaMappingEventArgs | [To be supplied.] |
Delegate | Description |
---|---|
ADOInfoMessageEventHandler | [To be supplied.] |
ADORowUpdatedEventHandler | [To be supplied.] |
ADORowUpdatingEventHandler | [To be supplied.] |
ADOSchemaMappingEventHandler | [To be supplied.] |
Enumeration | Description |
---|---|
ADODBType | [To be supplied.] |