Info
Version: | 1.3.5 |
Author(s): | Darrell Tunnell |
Last Update: | Sunday, November 8, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://dazinator.github.io/CrmAdo/ |
NuGet Url: | https://www.nuget.org/packages/CrmAdo |
Install
Install-Package CrmAdo
dotnet add package CrmAdo
paket add CrmAdo
CrmAdo Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.IdentityModel(6.1.7600.16394)
- Microsoft.CrmSdk.Extensions(6.0.4)
- Microsoft.CrmSdk.CoreAssemblies(6.0.4)
- Microsoft.CrmSdk.Deployment(6.0.4)
Tags
It's goal is to make it easy for you to perform CRUD operations against Dynamics Crm. It exposes Dynamics to you as an ordinary ADO.Net data source that you can execute SQL commands against.
It allows you to use the familiar ADO.Net classes to connect to, and perform your queries against Dynamics CRM. Architecturally, CrmAdo sits on top of the Dynamics SDK, and handles all the conversion between your SQL commands into the appropriate IOrganisation web service calls and interactions behind the scenes.