Asp.Net Hein

Asp.Net Hein

  • NA
  • 266
  • 159.4k

My own problem

Jun 18 2015 5:46 AM
My own problem 
 
- I have the table (course) and the another(training).
In course table- id no, coursecode, .....
In training table - idno,  name , nationality, ......
 
I want to retrieve the number(count) of coursecode which is in same id no and the nationality will be "American".
The number of coursecode should be less than 2. 
I want to implement this by LINQ statement.
 
If you want to help me, kindly help me. Thanks a lot :-)
 

Answers (6)