8,494
社区成员




如:
entities.K_MESSAGE.Where(p=>p.ISPASSED != !pass).OrderByDescending(p => p.COMTIME).Skip(startIndex - 1).Take(endIndex - startIndex + 1);
entities.K_MESSAGE.Find(p=>{return p.ISPASSED != !pass;}).OrderByDescending(p => p.COMTIME).Skip(startIndex - 1).Take(endIndex - startIndex + 1);