dotConnect Universal Documentation
Devart.Common Namespace / DbCommandBuilder Class
Members

In This Topic
    DbCommandBuilder Class
    In This Topic
    Allows to automatically generate single-table commands used to reconcile changes made to a System.Data.DataSet with the associated server database.
    Syntax
    'Declaration
     
    Public MustInherit Class DbCommandBuilder 
       Inherits DbCommandBuilderBase
       Implements System.ComponentModel.IComponentSystem.IDisposable 
    public abstract class DbCommandBuilder : DbCommandBuilderBase, System.ComponentModel.IComponentSystem.IDisposable  
    Remarks
    This is an abstract class implemented by Devart data providers.
    Inheritance Hierarchy

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

    See Also