public class MySqlLoaderColumn : Devart.Common.DbLoaderColumn
'Declaration Public Class MySqlLoaderColumn Inherits Devart.Common.DbLoaderColumn
Each MySqlLoader uses a Columns to maintain a collection of MySqlLoaderColumn objects. The MySqlLoaderColumn object represents the attributes for column loading. Every MySqlLoaderColumn object corresponds to one of the table fields with the same name as its Name property.
You can manually make changes to the Columns collection to exclude some columns from INSERT statement generated by MySqlLoader object.
Note: This class is available with dotConnect for MySQL Professional edition only.
System.Object
System.MarshalByRefObject
Devart.Common.DbLoaderColumn
Devart.Data.MySql.MySqlLoaderColumn