heey guys
I have question what is wrong with my linq statement , hope someone can explain me what I am doing wrong
Thanks for help and fast answer
I have question what is wrong with my linq statement , hope someone can explain me what I am doing wrong
if
(
this
.selectLBU.HtUsers.Any())
{
reportRowItems = (from r
in
reportRowItems
from bu
in
r.User.HtBusinessUnits
where bu.LocationBusinessUnitId == selectLBU.LocationBusinessUnitId).ToList();
}
Thanks for help and fast answer