var lastSalaries = from s in emp.Salaries
orderby s.EmPNo ascending, s.ToDate descending
group s by s.EmPNo into grp
let o = grp.First()
select new { o.EmPNo, o.Salary };
:(
Looking forward for new releases.
Conclusion: DBLinq 2007
DBLinq is not matured product yet. At least in conjunction with MySql. Nested queries are not implemented yet. Simple grouping failed also, the following example produce run-time error.
Subscribe to:
Post Comments (Atom)
HOWTO: Repair Logitech M325 Mouse
FixIt says that you will find single screw under CE label. It isn't always true.

-
If your worry about data left on dedicated/hosted root server and want to remove secure all files and bits, you can clean complete disk sli...
-
OUT - OF - DATE Obsolete. Please check new post ! If you have issue with Function List plugin for Notepad++ 5.1 or later, please ch...
-
Starting from version 6.4.1 Notepad++ doesn't use plugging FunctionList any more, because it's now built-in feature. I have copied s...
No comments:
Post a Comment