HI All,
I want to write a query which is in sql server
like below.
select * from annotaionbase ab inner join contactbase cb
on ab.objectid=cb.contactid and ab.isdocument=true.
The same above query i want to convert as per mscrm queryexpression or whatever required
using c# language.
kindly help me to solve this question.
*This post is locked for comments
I have the same question (0)