Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 82002

Invalid 'where' condition. An entity member is invoking an invalid property or method.

$
0
0

Hello guys,

I need to do a SELECT in Linq C#, but don't work. My code:

                var name = "aa"

                var listAccounts = (from i in contexto.ContextoServico.AccountSet
                                    where 
                                    name.ToUpper().Contains(i.ojc_name.ToUpper())
                                    orderby i.ojc_name ascending
                                    select i).Take(10).ToList();


Can you help me ?


Viewing all articles
Browse latest Browse all 82002

Latest Images

Trending Articles



Latest Images