Skip to content
Advertisement

How do I translate this specifik SQL statement to LINQ

SQL:

C# Objects:

Monitor:

And

Counter:

And the objects that I need to turn it into is:

AllStatistics:

I don’t have much experience with LINQ so the most I’ve achieved with it is somethig like:

My question is, how would I compose an LINQ statement with the same functionality of the above SQL query ?

Advertisement

Answer

It looks like you need something like this

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