我现在有这样的东西,它只搜索 1 LabID
List<Expense> lstExpenses = (from l in ctx.Expenses
where l.datLab.Lab_ID == labID
select l).ToList<Expense>();
我如何返回 Lab_ID 在我拥有的字典中的所有结果:
以下函数返回一个字典值: report.GetLabChildren(labID, "All");
格式<short>,<string>
。我只想搜索<short>