db.Sales.OrderByDescending(O => O.Date).Where(O => O.Date == EntityFunctions.TruncateTime(DateTime.Now)).Select(O => O.TrNo).FirstOrDefault();
↧
New Post: Using the 'LIKE' operator inside a Lambda Expression
↧