I'm wondering if this is possible with LinqToSQL. I have a table, named Request Request have those 3 columns : ID, MessageID and State Example of data in the table : 1, 1, Completed 2, 1, Ready 3, 2, Completed 4, 2, Completed Let's say I want all request with the same message ID which have both their state set to completed. X| In this example I need : 3,2,Completed 4,2,Completed But not the first two because one of them does not have all their state set to completed. Is this possible with only LinqToSql (no stored proc)? :confused:
Sebastien Lachance
Posts
-
Is this a possibiliy? -
Alternative to SeleniumI am in a search for a non open source alternative to Selenium (openqa.org). Selenium is a Web Automation tool to test a web application. So far, I have only found iMacros but I still need something else to test with Opera and Safari. Any ideas?
-
Code style question - disparate then/else sizesI would myself put the short code block before, but it depend on the condition. I try to avoid negative (if (!true))condition in the if clause. :doh:
-
Data Grid View Column Headers -
convertion from pdf file into jpeg -
Data Grid View Column Headers -
C# forum failing over in FFMe too
-
Wdevs -
Development LaptopsDell Inspiron E1505/E1705 (8400/9400 for canadian)
-
Would you like to work in a rural community?One more week until I do the same thing :) Moving from a big city to work in a small village. I can only find advantages for me in doing that.
-
SnowNever ever get all-weather tires for driving in snow.
-
It's hot here!-25 and moving to a new apartment in 3-4 hours. http://www.meteomedia.com/meteo/villes/can/pages/CAQC0441.htm
-
What are the chances? [modified]Same city, same language, same name :)
-
Ladies and gentlemen. I present to you... FrankenduckNow that you tell it... yes it really is strange.
-
download an exe file.WebClient Client = new WebClient (); Client.DownloadFile("http:\\blabla.com\file.exe", "file.exe");
To run it, use the ProcessStart class : http://www.csharp-station.com/HowTo/ProcessStart.aspx -
Global Warming?!?!Right now, yes. :laugh:
-
Global Warming?!?!-40C this morning now -32C.
-
How to Clear GridViewGridView.DataSource = null; GridView.DataBind(); There may also be other ways.
modified on Tuesday, February 2, 2010 7:03 AM
-
RAC ? [modified]eheh, wait and see. ;P
-
HTTP analyzerWeb Development Helper http://projects.nikhilk.net/default.aspx[^]