我正在使用 .net entityframework,每次我尝试访问数据库数据时都会收到错误消息:
public async Task<List<model>> getModel() { Return await dbContext.ModelTable.ToListAysnc() }