I am getting this error when I perform a linq query on appusers table.
var x = db.appusers.Where(y => y.AppUserID == 2).ToList();
I am getting this error when I perform a linq query on appusers table.
var x = db.appusers.Where(y => y.AppUserID == 2).ToList();