Quantcast
Channel: ADO.NET, Entity Framework, LINQ to SQL, NHibernate
Viewing all articles
Browse latest Browse all 1698

LINQ expression node type 'ArrayIndex' is not supported in LINQ to Entities.

$
0
0

I am stuck on a LINQ issue. I am getting the following error:

The LINQ expression node type 'ArrayIndex' is not supported in LINQ to Entities.

This is my where it is failing:

FeeAuth_STRMDetail.STRM = STRMS[i];

bool CheckIDExist = db.FeeAuth_STRM_Detail.Any(fa => fa.FeeAuthID == feeauth.ID && fa.STRM == STRMS[i]);

Any ideas of how to get past this?


Viewing all articles
Browse latest Browse all 1698

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>