score:1

there should be more than one record in the table with the same id 17 in your database.

if you need only the first record of the search result then you can use firstordefault method.

var jfja = re.users.where(u => u.userid == 17).firstordefault();

Related Query

More Query from same tag