0条评论
还没有人评论过~
使用fluentdata ORM的时候用querymany<T>查询数据,系统报 指定的转换无效。但是查询条件不同有时候又可以正常查询
你的代码有问题,改成下面的这样:
return Db.Context.Sql(string.Format("select * from {0} where dw=@0 and indexId in @1",tblname),dw,strIds).QueryMany<IndexData>()
数据库字段数据不匹配