随笔分类 - Linq
摘要:_investmentRepository.Table.Where(t => t.CustomerId == customerId && t.InvestmentStatus == tempStatus).Sum(t =>t.Amount); 查询结果存在NULL值,在尝试将它转换成System.I
阅读全文
摘要:var result = (from a in result join b in _customerInvestmentRepository.Table on a.CustomerInvestmentId equals b.Id where b.InvestmentStatus == investm
阅读全文

浙公网安备 33010602011771号