I have a exchange rate table. I need to get current rate and previous rate and then compare results.
I can get first record using FirstOrDefault.
When i using ElementAtOrDefault,error show "The query operator 'ElementAtOrDefault' is not supported". How can i get second record?