dotConnect for Salesforce Marketing Cloud Documentation
Devart.Data Namespace / SqlShimCommandBuilder Class
Members

In This Topic
    SqlShimCommandBuilder Class
    In This Topic
    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 SqlShimCommandBuilder 
       Inherits Devart.Common.DbCommandBuilder
       Implements System.ComponentModel.IComponentSystem.IDisposable 
    public abstract class SqlShimCommandBuilder : Devart.Common.DbCommandBuilder, 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.SqlShimCommandBuilder
                         Devart.Data.ExactTarget.ExactTargetCommandBuilder

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also