<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Inner/Left Join and Coalesce</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Inner/Left Join and Coalesce</description>
  <pubDate>Wed, 13 May 2026 03:48:38 -700</pubDate>
  <lastBuildDate>Mon, 20 Aug 2012 12:30:13 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=3585</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Inner/Left Join and Coalesce : I wasn&amp;#039;t asking to convert...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3585&amp;PID=14230#14230</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=942" rel="nofollow">paul</a><br /><strong>Subject:</strong> 3585<br /><strong>Posted:</strong> 20-Aug-2012 at 12:30pm<br /><br />I wasn't asking to convert verbatim. I was curious if one of the DevForce&nbsp;professionals&nbsp;had a better way of writing as linq then the EF&nbsp;kludge&nbsp;I came up with.&nbsp;]]>
   </description>
   <pubDate>Mon, 20 Aug 2012 12:30:13 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3585&amp;PID=14230#14230</guid>
  </item> 
  <item>
   <title>Inner/Left Join and Coalesce :   Hi Paul,DevForce does not...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3585&amp;PID=14229#14229</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=892" rel="nofollow">sbelini</a><br /><strong>Subject:</strong> 3585<br /><strong>Posted:</strong> 20-Aug-2012 at 12:21pm<br /><br />Hi Paul,<div>&nbsp;</div><div>DevForce does not have any special feature when converting a Linq query from SQL.</div><div>There is a third party tool, <a href="http://www.sqltolinq.com/" target="_blank">Linqer</a>, that might help you in the process of converting your queries.</div><div>&nbsp;</div><div>Regards,</div><div>&nbsp;&nbsp; Silvio.</div>]]>
   </description>
   <pubDate>Mon, 20 Aug 2012 12:21:54 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3585&amp;PID=14229#14229</guid>
  </item> 
  <item>
   <title>Inner/Left Join and Coalesce : I have a stored procedure I would...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3585&amp;PID=14222#14222</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=942" rel="nofollow">paul</a><br /><strong>Subject:</strong> 3585<br /><strong>Posted:</strong> 19-Aug-2012 at 6:12pm<br /><br />I have a stored procedure I would like to convert to a linq expression. I've seen many EF examples but they don't seem very clean. I am curious if there is a better way of&nbsp;writing it&nbsp;using some DevForce tricks that would make it more efficient. I'd like to avoid selecting into a new object if I could but not necessary.&nbsp;<div><br></div><div>My entities are 1:1 to my SQL tables and I do have an&nbsp;associations&nbsp;between my Regions and RegionLocalizeds entities.<div><br></div><div>Input param:&nbsp;@LanguageTypeId uniqueidentifier = null</div><div><br></div><div><div>SELECT&nbsp;</div><div>&nbsp; &nbsp; r.RegionId,&nbsp;</div><div>&nbsp; &nbsp; r.CountryId,&nbsp;</div><div>&nbsp; &nbsp; Coalesce(rl.FullDescription, rDefault.FullDescription) as FullDescription,&nbsp;</div><div>&nbsp; &nbsp; Coalesce(rl.StandardAbbreviation, rDefault.StandardAbbreviation )as StandardAbbreviation&nbsp;</div><div>FROM dbo.Region r&nbsp;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>INNER JOIN RegionLocalized rDefault ON rDefault.RegionId = r.RegionId AND rDefault.LanguageTypeId = '00000000-0000-0000-0000-000000000000'</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>LEFT JOIN RegionLocalized rl ON r.RegionId = rl.RegionId AND rl.LanguageTypeId = @LanguageTypeId</div></div><div><br></div></div>]]>
   </description>
   <pubDate>Sun, 19 Aug 2012 18:12:47 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3585&amp;PID=14222#14222</guid>
  </item> 
 </channel>
</rss>