C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SCommandBuilder Class
Members

C1D365SCommandBuilder Class
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
C1D365SCommandBuilder Class
Syntax
'Declaration
 
Public NotInheritable Class C1D365SCommandBuilder 
   Inherits C1.DataConnector.AdoNet.C1CommandBuilderBase(Of C1D365SCommandBuilder)
 
Inheritance Hierarchy

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

See Also