BufferSize Property (SalesforceLoader)
In This Topic
Gets or sets the size of the data buffer. When the limit is reached the buffered data are sent to Salesforce in one batch.
Syntax
'Declaration
Public Shadows Property BufferSize As Integer
public new int BufferSize {get; set;}
Property Value
The size of the data buffer.
See Also