我正在尝试从嵌套列表中获取一个值,但无法弄清楚如何获取它。我希望获得BnfAmtCmthdSimpleAmount
的首次出现,其中BnfAmtCmthdIsDefault
是true
。
我的最佳猜测为空。
Products.BenefitPrograms
.SelectMany(a => a.BenefitAmountProduct)
.FirstOrDefault(b => b.BnfAmtCmthdIsDefault)
.BnfAmtCmthdSimpleAmount