dotConnect for BigCommerce Documentation
Devart.Common Namespace / DbLoaderColumn Class
Members

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

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

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

    Inheritance Hierarchy

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

    See Also