Microsoft.HostIntegration.MsDb2Client Namespace
The Microsoft.HostIntegration.MsDb2Client namespace grants access to DB2 databases on remote servers.
| Class | Description |
|---|---|
| MsDb2Command | Manages all parameters that a query might have, including both SQL parameters and stored procedure parameters. |
| MsDb2CommandBuilder | Automatically generates single-table commands used to reconcile changes made to a DataSet with the associated database. |
| MsDb2Connection | Opens, closes, and maintains a connection to a DB2 host. |
| MsDb2ConnectionStringBuilder | Describes the connection string builder. |
| MsDb2DataAdapter | Acts as the gateway between a DB2 host table and a .NET-based data set. |
| MsDb2DataReader | Describes a server-side forward-only cursor implementation that inherits from the IDataReader and IDataRecord interfaces. |
| MsDb2Exception | The exception that is thrown when a DB2 error occurs. |
| MsDb2Factory | Creates new instances of MsDb2Client objects, such as MsDb2Connection and MsDb2Command objects. |
| MsDb2NetworkProperties | Abstract base class for defining network-specific connection properties to a DB2 host. Obsolete. |
| MsDb2NetworkPropertiesAPPC | Defines the network-specific connection properties for connection to a DB2 host using the APPC protocol. Obsolete. |
| MsDb2NetworkPropertiesTCP | Defines the network-specific connection properties for connection to a DB2 host using the TCP protocol. Obsolete. |
| MsDb2Parameter | Represents a placeholder for a parameter in an SQL command. |
| MsDb2ParameterCollection | Represents a strongly typed collection of MsDb2Parameters. |
| MsDb2Permission | Enables the Managed Provider for DB2 to help ensure that a user has a security level adequate for accessing data. |
| MsDb2PermissionAttribute | Associates a security action with a security attribute for the MsDb2 data access provider. |
| MsDb2RowUpdatedEventArgs | Provides data for the RowUpdated event. |
| MsDb2RowUpdatingEventArgs | Provides data for the RowUpdating event. |
| MsDb2Transaction | Describes a transaction to be performed at a data source. |
| Delegate | Description |
|---|---|
| MsDb2RowUpdatedEventHandler | Represents the method that will handle the MsDb2RowUpdatedEvent of the MsDb2DataAdapter |
| MsDb2RowUpdatingEventHandler | The method that handles the RowUpdating event of the MsDb2DataAdapter. |
| Enumeration | Description |
|---|---|
| AppcSecurity | Describes the APPC security settings. |
| DBMSPlatform | Specifies the target DB2 platform to optimize the Managed Provider when executing operations, such as data conversions. |
| MsDb2Type | Specifies the data type of a field, a property, or an MsDb2Parameter. |
| UnitsOfWorkType | The type of transaction supported by the provider. |
Show: