dotConnect for QuickBooks Online Documentation
Devart.Data Namespace / SqlShimLoaderColumn Class
Members

In This Topic
    SqlShimLoaderColumn Class
    In This Topic
    Represents the attributes for column loading.
    Syntax
    'Declaration
     
    Public Class SqlShimLoaderColumn 
       Inherits Devart.Common.DbLoaderColumn
    public class SqlShimLoaderColumn : Devart.Common.DbLoaderColumn 
    Remarks

    Each SqlShimLoader uses a SqlShimLoader.Columns to maintain a collection of SqlShimLoaderColumn objects. The SqlShimLoaderColumn object represents the attributes for column loading. Every SqlShimLoaderColumn object corresponds to one of the table fields with the same name as its Name property.

    You can manually make changes to the SqlShimLoader.Columns collection to exclude some columns from INSERT statement generated by SqlShimLoader object.

    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          Devart.Common.DbLoaderColumn
             Devart.Data.SqlShimLoaderColumn

    See Also