标签: asp.net asp.net-mvc postgresql entity-framework
我在appusers表上执行linq查询时遇到此错误。
var x = db.appusers.Where(y => y.AppUserID == 2).ToList();