Musings on Information Technology - A view from the trenches
Showing posts with label
LINQ
.
Show all posts
Showing posts with label
LINQ
.
Show all posts
Monday, 23 June 2014
Use Linq Joins (Method Syntax) with Late Binding in Ms Dynamics CRM 2011/2013
›
There seems to be no examples of using Linq with late binding and method syntax about, until now: var collection = context.CreateQuery(...
1 comment:
Thursday, 8 November 2012
Could not find an implementation of the query pattern for source type ‘type’. ‘Join’ not found. Consider explicitly specifying the type of the range variable ‘x’.
›
A few days back I was trying to do a join between a ConfigurationElementCollection class, for which I had implemented IEnumerable<T>...
›
Home
View web version