Microsoft.HostIntegration.MsDb2Client Namespace

The Microsoft.HostIntegration.MsDb2Client namespace grants access to DB2 databases on remote servers.

ClassDescription
MsDb2CommandManages all parameters that a query might have, including both SQL parameters and stored procedure parameters.
MsDb2CommandBuilderAutomatically generates single-table commands used to reconcile changes made to a DataSet with the associated database.
MsDb2ConnectionOpens, closes, and maintains a connection to a DB2 host.
MsDb2ConnectionStringBuilderDescribes the connection string builder.
MsDb2DataAdapterActs as the gateway between a DB2 host table and a .NET-based data set.
MsDb2DataReaderDescribes a server-side forward-only cursor implementation that inherits from the IDataReader and IDataRecord interfaces.
MsDb2ExceptionThe exception that is thrown when a DB2 error occurs.
MsDb2FactoryCreates new instances of MsDb2Client objects, such as MsDb2Connection and MsDb2Command objects.
MsDb2NetworkPropertiesAbstract base class for defining network-specific connection properties to a DB2 host. Obsolete.
MsDb2NetworkPropertiesAPPCDefines the network-specific connection properties for connection to a DB2 host using the APPC protocol. Obsolete.
MsDb2NetworkPropertiesTCPDefines the network-specific connection properties for connection to a DB2 host using the TCP protocol. Obsolete.
MsDb2ParameterRepresents a placeholder for a parameter in an SQL command.
MsDb2ParameterCollectionRepresents a strongly typed collection of MsDb2Parameters.
MsDb2PermissionEnables the Managed Provider for DB2 to help ensure that a user has a security level adequate for accessing data.
MsDb2PermissionAttributeAssociates a security action with a security attribute for the MsDb2 data access provider.
MsDb2RowUpdatedEventArgsProvides data for the RowUpdated event.
MsDb2RowUpdatingEventArgsProvides data for the RowUpdating event.
MsDb2TransactionDescribes a transaction to be performed at a data source.

DelegateDescription
MsDb2RowUpdatedEventHandlerRepresents the method that will handle the MsDb2RowUpdatedEvent of the MsDb2DataAdapter
MsDb2RowUpdatingEventHandlerThe method that handles the RowUpdating event of the MsDb2DataAdapter.

EnumerationDescription
AppcSecurityDescribes the APPC security settings.
DBMSPlatformSpecifies the target DB2 platform to optimize the Managed Provider when executing operations, such as data conversions.
MsDb2TypeSpecifies the data type of a field, a property, or an MsDb2Parameter.
UnitsOfWorkTypeThe type of transaction supported by the provider.
Show: