dazinator / CrmAdo

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

Implement DbCommandBuilder #22

Closed dazinator closed 9 years ago

dazinator commented 10 years ago

Implement a DbCommandBuilder or possibility of using a native one (SqlCommandBuilder)

dazinator commented 9 years ago

Done, and unit tests all passing.

I only support ConflictMode "Overwrite changes" because Dynamics CRM doesn't provide an ability to update an entity using timestamp / row version concurrency checking on the server, or value checking (comparing all previously selected values) so therefore I can't support those options.