dazinator / CrmAdo

An ADO.NET Provider for Dynamics Crm
6 stars 4 forks source link

New Feature - Send mutiple sql commands as one batch! #60

Closed dazinator closed 9 years ago

dazinator commented 9 years ago

This PR adds the ability to be able to send multiple SQL commands in the same batch.

This manifests itself as an ExecuteMultipleRequest being sent to Dynamics CRM containing all the requests, and then a single ExecuteMultipleResponse coming back containing the results for the various operations.