DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBuilderBase Class
Members

In This Topic
    C1CommandBuilderBase Class
    In This Topic
    Automatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the associated database. This is an abstract class that can only be inherited.
    Object Model
    C1CommandBuilderBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class C1CommandBuilderBase 
       Inherits System.Data.Common.DbCommandBuilder
    public abstract class C1CommandBuilderBase : System.Data.Common.DbCommandBuilder 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Data.Common.DbCommandBuilder
                C1.DataConnector.AdoNet.C1CommandBuilderBase
                   C1.DataConnector.AdoNet.C1CommandBuilderBase<TCommandBuilderImpl>

    See Also