Force.com-Toolkit-for-NET
Force.com-Toolkit-for-NET copied to clipboard
Bulk Client or Client with Bulk methods?
The doc shows BulkForceClient, but that class doesn't exist in the source code. Please update the same.
Just realized the same issue when trying to work with the BulkForceClient per docs.
Per the source code comments: Consolidated the bulk client into the ForceClient The bulk methods should be available with ForceClient.
I've updated the ReadMe as part of my pull request to add Upsert functionality to the ForceClient methods. ( #334 ).
Alternatively, there's a working example within the existing source control for Insert, Update and Delete as within the BulkForceClientFunctionalTests file.
Yo salesforce people, the documentation is still referencing BulkForceClient which has not been around for awhile. Please update!
This issue is still relevant. Documentation needs to be updated regarding the (non-existent) BulkForceClient.