Name | Description | |
---|---|---|
![]() | AssignmentRuleId | Gets or sets the id of a Salesforce assignment rule that will be used when inserting data to Salesforce via this loader. |
![]() | BatchSize | Gets or sets the maximal number of records to send to the server in one batch. |
![]() | BufferSize | Gets or sets the size of the data buffer. When the limit is reached the buffered data are sent to Salesforce in one batch. |
![]() | Columns | Gets the SalesforceLoaderColumnCollection collection. |
![]() | Connection | Gets or sets the SalesforceConnection used by this instance of the SalesforceLoader. |
![]() | Container | Gets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
![]() | Item | Overloaded. Sets the value of the column with the specified name for Devart.Common.DbLoaderColumnCollection. (Inherited from Devart.Common.DbLoader) |
![]() | Mode | Determines the operation the loader must perform. |
![]() | ParallelBatchProcessing | Determines whether to allow the Salesforce.com or Database.com server to process batches simultaneously when the Close method is called. |
![]() | Site | Gets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
![]() | TableName | Gets or sets table name that will be loaded. |
![]() | UpdateStatusInterval | Specifies the number of milliseconds the loader waits to request bulk operation status. |