dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbCommandBuilderBase Class
Members

DbCommandBuilderBase Class
Allows to automatically generate single-table commands used to reconcile changes made to a System.Data.DataSet with the associated data source.
Syntax
'Declaration
 
Public MustInherit Class DbCommandBuilderBase 
   Inherits System.Data.Common.DbCommandBuilder
   Implements System.ComponentModel.IComponentSystem.IDisposable 
 
Remarks

This is an abstract class implemented by Devart data providers.

Note: This class is not available in .NET Standard 1.3 compatible assembly. It is available only in the assembly for full .NET Framework and .NET Standard 2.0 compatible assembly.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Data.Common.DbCommandBuilder
            Devart.Common.DbCommandBuilderBase
               Devart.Common.DbCommandBuilder

See Also