dazinator / CrmAdo

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

Add support for "DROP DATABASE" - as CRM 2015 sdk has DeleteOrganizationRequest #53

Closed dazinator closed 9 years ago

dazinator commented 9 years ago

The Deployment web service in CRM2015 now has a DeleteOrganizationRequest available.

I should add support for the T-SQL "DROP DATABASE" statement, and build the appropriate DeleteOrganizationRequest.

dazinator commented 9 years ago

Upgrading the CRM SDK to major version 7 (CRM 2015) requires targeting .NET 4.5.2 - and I am not sure I want to place that restriction on CrmAdo which currently works fine when .NET 4.5 or 4.0 is targeted. I don't think its worth doing it just for this one ability to be able to delete organisations, which in reality would probably be a very rarely required feature.