Surbowl 2020-03-03 17:35 采纳率: 33.3%
浏览 241
已采纳

C# Linq 对long进行比较时出现异常

我在Core 3.1中使用MySql.Data.EntityFramework遇到了一个问题。

mysql中id的数据类型是bigint,我在写Entitiy时将它作为long处理:

[Column("article_id", TypeName = "bigint")]
public long Id { get; set; }

当我Get实体时,能够正常获取到它的id。之后我定义了一个方法 ArticleExistsAsync,希望根据传入的long类型id,判断该实体是否存在:

public async Task<bool> ArticleExistsAsync(long articleId)
{
    return await _context.Articles.AnyAsync(x => x.Id==articleId);
}

但是在运行时抛出了如下异常

InvalidOperationException: No coercion operator is defined between types 'System.Int16' and 'System.Boolean'.

System.Linq.Expressions.Expression.GetUserDefinedCoercionOrThrow(ExpressionType coercionType, Expression expression, Type convertToType)

目前没有头绪,希望各位dalao能提供一些解决思路,非常感谢。

  • 写回答

1条回答 默认 最新

  • threenewbee 2020-03-03 17:41
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 ansys fluent计算闪退
  • ¥15 有关wireshark抓包的问题
  • ¥15 Ubuntu20.04无法连接GitHub
  • ¥15 需要写计算过程,不要写代码,求解答,数据都在图上
  • ¥15 向数据表用newid方式插入GUID问题
  • ¥15 multisim电路设计
  • ¥20 用keil,写代码解决两个问题,用库函数
  • ¥50 ID中开关量采样信号通道、以及程序流程的设计
  • ¥15 U-Mamba/nnunetv2固定随机数种子
  • ¥30 C++行情软件的tick数据如何高效的合成K线