public class PgSqlLoaderColumn : Devart.Common.DbLoaderColumn
'Declaration Public Class PgSqlLoaderColumn Inherits Devart.Common.DbLoaderColumn
Each PgSqlLoader uses a Columns to maintain a collection of PgSqlLoaderColumn objects. The PgSqlLoaderColumn object represents the attributes for column loading. Every PgSqlLoaderColumn 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 PgSqlLoader object.
System.Object
System.MarshalByRefObject
Devart.Common.DbLoaderColumn
Devart.Data.PostgreSql.PgSqlLoaderColumn