GetByLatest in LINQ ?
Posted
by Ritz
on Stack Overflow
See other posts from Stack Overflow
or by Ritz
Published on 2010-03-22T06:45:44Z
Indexed on
2010/03/22
6:51 UTC
Read the original article
Hit count: 142
LINQ
hello all,
Please provide me a solution for GetByLatest it is giving me an error
How to use this "GetByLatest"
IList<IRss> news = new Trytable().GetByLatest().Cast<IRss>().ToList();
please help me
Thanks Ritz
© Stack Overflow or respective owner