document.Details.Where(d => d.OrderDocumentNumber == null).ToList().ForEach(x => x.OrderDocumentNumber = lines[2]);
i have a value in lines[2]) but my orderdocumentnumber gets ""
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bryian TanPosted Feb 17, 2019, 7:25 PM
Salman BegPosted Feb 17, 2019, 8:54 PM