Query Problem.Please help
Posted
by Ritz
on Stack Overflow
See other posts from Stack Overflow
or by Ritz
Published on 2010-03-22T06:25:25Z
Indexed on
2010/03/22
6:31 UTC
Read the original article
Hit count: 333
LINQ
hello all,
i want to use this in my application but i m getting an error for
GetByLatest().Cast();
Please suggest me a solution
IList news = new Trytable().GetByLatest().Cast(); return new RssResult(news, "William Duffy - Glasgow Based ASP.NET Web Developer", "The latest news on ASP.NET, C# and ASP.NET MVC ");
Thanks Ritz
© Stack Overflow or respective owner