entity framework异常 The specified cast from a materialized 'System.Int32' type to the 'System.String' type is not valid
ROW_NUMBER() OVER (ORDER BY (select Null)) AS Id
entity framework 查询中有这句会有异常
ROW_NUMBER() OVER (ORDER BY (select Null)) AS Id
entity framework 查询中有这句会有异常