View Single Post
  #1  
Old 09-10-2010, 01:47 AM
VB.NET VB.NET is offline
Senior Member
 
Join Date: Jun 2009
Posts: 5,161
Default Linq join on parameterized distinct key

I'm trying to LINQ two tables based on a dynamic key. User can change key via a combo box. Key may be money, string, double, int, etc. Currently I'm getting the data just fine, but without filtering out the doubles. I can filter the double in VB, but it's slooooow. I'd like to do it in the LINQ...
__________________
VB.NET
domain name forum
Reply With Quote