public class DB2LoaderColumn : Devart.Common.DbLoaderColumn
'Declaration Public Class DB2LoaderColumn Inherits Devart.Common.DbLoaderColumn
Each DB2Loader uses a DB2Loader.Columns to maintain a collection of DB2LoaderColumn objects. The DB2LoaderColumn object represents the attributes for column loading. Every DB2LoaderColumn object corresponds to one of the table fields with the same name as its Name property.
You can manually make changes to the DB2Loader.Columns collection to exclude some columns from INSERT statement generated by DB2Loader object.
System.Object
System.MarshalByRefObject
Devart.Common.DbLoaderColumn
Devart.Data.DB2.DB2LoaderColumn