abdelwaheb ammar

abdelwaheb ammar

  • 1.3k
  • 457
  • 123.9k

Develop a Linq query

Jan 28 2021 5:58 PM
Hello,
 
I have a database in Access with this architecture:
 

and I need with Linq to calculate and return the total price of a candidate’s training knowing that only the candidate who has attended at least 5 trainings gets a 20% discount.

how to get this result with linq?


Answers (2)