Closed ParadiseFallen closed 2 years ago
How to map model and use conditions but for dest model?
// now .Map(x=>x.A, y=>y.B, x=>x.C != null); // question is how to do like .Map(x=>x.A, y=>y.B, (x,y)=>x.A != null && y.C > 0);
Hi @ParadiseFallen, please use StackOverflow to ask general usage questions. Thanks!
How to map model and use conditions but for dest model?