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