Class | Description |
---|---|
ConnectionHolder | [To be supplied.] |
SQLCommand | Represents a SQL query command to be made to a data source within SQL Server. |
SQLCommandConverter | [To be supplied.] |
SQLConnection | Represents an open connection to a SQL Server data source. |
SQLDataReader | [To be supplied.] |
SQLDataSetCommand | 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. |
SQLError | Collects information relevant to a warning or error returned by SQL Server. |
SQLErrors | Collects all errors generated by the SQL Server adapter. |
SQLException | Thrown whenever an error from the SQL Server adapter is encountered. |
SQLInfoMessageEventArgs | [To be supplied.] |
SQLParameter | Represents a parameter to an SQLCommand and, optionally, its mapping to DataSet columns. |
SQLParameterConverter | [To be supplied.] |
SQLParameters | Collects all parameters relevant to a SQLCommand and their mappings to DataSet columns. |
SQLRowUpdatedEventArgs | [To be supplied.] |
SQLRowUpdatingEventArgs | [To be supplied.] |
SQLSchemaMappingEventArgs | [To be supplied.] |
Interface | Description |
---|---|
IGetDispenser | [To be supplied.] |
IObjectControl | [To be supplied.] |
ISQLConnection | [To be supplied.] |
ISQLDataReader | [To be supplied.] |
ISQLDataRecord | [To be supplied.] |
ITransaction | [To be supplied.] |
ITransactionExport | [To be supplied.] |
ITransactionExportFactory | [To be supplied.] |
Delegate | Description |
---|---|
InfoMessageEventHandler | [To be supplied.] |
SQLRowUpdatedEventHandler | [To be supplied.] |
SQLRowUpdatingEventHandler | [To be supplied.] |
SQLSchemaMappingEventHandler | [To be supplied.] |
Enumeration | Description |
---|---|
SQLDataType | [To be supplied.] |