| Class | Description |
|---|---|
| ClosingRecordSetEventArgs | Provides data for the Query's ClosingRecordSet event. |
| DataReaderRecordSet | Represents a recordset based off of a datareader |
| DataTableRecordSet | Represents a recordset based off of a datatable |
| OpeningRecordSetEventArgs | Provides data for the Query's OpeningRecordSet event. |
| Parameter | Represents a parameter of a stored procedure. |
| ParameterList | Represents a list of parameters. |
| Query | Base class from which all queries are derived. |
| RecordSet | Represents the base class for which all recordsets are derived. |
| RecordSetStack | Represents a recordset stack. |
| SqlQuery | Represents a SQL query. |
| StoredProcedureQuery | Represents a stored procedure query. |
| Enumeration | Description |
|---|---|
| ParameterType | Specifies the type of parameter. |
| ProviderType | Specifies the type of database provider. |
| Delegate | Description |
|---|---|
| ClosingRecordSetEventHandler | Represents the method that will handle the ClosingRecordSet event of the Query. |
| OpeningRecordSetEventHandler | Represents the method that will handle the OpeningRecordSet event of the Query. |
© Copyright 2007, ceTe Software