Skip to content
Advertisement

Find rows that have the same value on a column in asp.net

I have an issue I want to translate this SQL query int asp.net. there is a relationship between student table and teacher table many to many and I want to display students that have more than one teacher

and that what I trying to do in asp.net

Advertisement

Answer

You can try out both ways.

Using Lambda Expressions

Using SQL like query expressions

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement