CrmQuery is a tiny domain-specific language for building queries against Microsoft Dynamics CRM inspired by jQuery and SQL
Stars
9
Forks
4
Watchers
9
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
25
commits
force rebuild every time .. the hassle otherwise is not worth it.
cd285fdView on GitHubput build config flag int project file instead of batch file.
25ae01dView on GitHubupdated build system to build all configurations of crm query. This includes 3.5 framework version of crm4
f62c8d5View on GitHubRenamed main CrmQuery code file. This should finish the initial cleanup.
0819179View on GitHubmerged implementations of CRM4 and 2011 into a single file using conditional compilation directives.
7a2f9bcView on GitHubAdded support for variable number of string args to Select(), allowing a nicer interface for specifying the columns to return from the query. This is sugar for creating the ColumnSet by hand and passing it to Select().
972a843View on GitHubCrmQuery Join and Where both using refactored method allowing creation and reuse of join and filter criteria.
44e380eView on GitHubChanged limitations section of readme to reflect added ability to do joins on previous LinkEntities.
7ea49d3View on GitHub