EF使用Contains从sqlite中查询出的结果不正确
OK,直入主题。List<FoodInfo> foodInfos = FoodInfoDAL.GetAll(f => f.Name.Contains(name)); public List<TEntity> GetAll(Expression<Func<TEntity, bool>> filter)